summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rpcgen/rpc_output.h')
-rw-r--r--tools/rpcgen/rpc_output.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/rpcgen/rpc_output.h b/tools/rpcgen/rpc_output.h
new file mode 100644
index 0000000..eb25a60
--- /dev/null
+++ b/tools/rpcgen/rpc_output.h
@@ -0,0 +1,16 @@
+/*
+ * rpc_output.h
+ *
+ * Declarations for output functions
+ *
+ */
+
+#ifndef RPCGEN_NEW_OUTPUT_H
+#define RPCGEN_NEW_OUTPUT_H
+
+void write_msg_out(void);
+int nullproc(proc_list *);
+void printarglist(proc_list *, char *, char *);
+void pdeclaration(char *, declaration *, int, char *);
+
+#endif /* RPCGEN_NEW_OUTPUT_H */