]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/rpcgen/rpc_output.h
Added TOP, as needed, for easier compile in subdirectories
[nfs-utils.git] / tools / rpcgen / rpc_output.h
1 /*
2  * rpc_output.h
3  *
4  * Declarations for output functions
5  *
6  */
7
8 #ifndef RPCGEN_NEW_OUTPUT_H
9 #define RPCGEN_NEW_OUTPUT_H
10
11 void    write_msg_out(void);
12 int     nullproc(proc_list *);
13 void    printarglist(proc_list *, char *, char *);
14 void    pdeclaration(char *, declaration *, int, char *);
15
16 #endif /* RPCGEN_NEW_OUTPUT_H */