4 * Declarations for output functions
8 #ifndef RPCGEN_NEW_OUTPUT_H
9 #define RPCGEN_NEW_OUTPUT_H
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 *);
16 #endif /* RPCGEN_NEW_OUTPUT_H */