AutoXDR - NFSv4 Example Server header

Main
AutoGen
Pages

Home
Announce
FAQ
docs
XML Defs
testimonials
downloads

Automated
Options

AutoOpts
Comparison
Man example
Redistribute
Licensing
local use
using getopt

GCC's
Fixincludes

fixincludes

Automated
FSM

description
example
usagefsm

Addons
addon

Project GNU
Home Page

Automated
XDR

xdr project
  definitions
  XDR

  client
  clt. head
  server
  srv. head

  enums

  debug
  test code

i

This file declares the routines that the server side code will call.

/*
 *  DO NOT EDIT THIS FILE   (nfsv4-svhdr.h)
 *  
 *  It has been AutoGen-ed  March  1, 2010 at 02:26:41 PM by AutoGen 5.10.1
 *  From the definitions    nfsv4.def
 *  and the template file   autoxdr.tpl
 *
 *  This file has been generated by the AutoXDR AutoGen template suite.
 *
 *  These files are compatible with:
 *  RFC1831 - Remote Procedure Call Protocol Specification Version 2
 *  RFC1832 - External Data Representation Standard
 *  and are intended to be used as a layer on top of the ONC IDL
 *  in conjunction with RPCGEN.
 *
 */
#ifndef AUTOXDR_NFS_SERVER_HEADER
#define AUTOXDR_NFS_SERVER_HEADER
#include "nfsv4.h"

/*
 *  These are the nfs4_compound server routines that must be supplied.
 */
extern nfs4_status nfs4_access4_svc(
    nfs4_compound_args*  pProcArgs,
    ACCESS4res*  pRes,
    ACCESS4args* pArgs );

/*
 *  In case you want to convert an op number into a name:
 */
extern const char* name_nfs4_compound_ops( nfs4_compound_ops );
/*
 *  The following routines are provided for converting enumerations
 *  into descriptive strings or enumeration names, and from an enumeration
 *  name into an enumeration value.
 */
extern const char* info_nfs4_status( nfs4_status );
extern const char* name_nfs4_status( nfs4_status );
extern nfs4_status nfs4_status_enum( const char* );
#endif /* AUTOXDR_NFS_SERVER_HEADER */

top  Viewable With Any Browser  Valid XHTML 1.0!


AutoGen, AutoOpts, columns, getdefs, AutoFSM, AutoXDR and these web pages copyright (c) 1999-2012 Bruce Korb, all rights reserved.

AutoXDR copyright (c) 2000-2012 Bruce Korb, all rights reserved.
Return to GNU's home page.

Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.

Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.

This article, Copyright © 2000-2002 by Bruce Korb

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. Last modified: Sat Aug 30 11:01:59 PDT 2014