summaryrefslogtreecommitdiff
path: root/package/libtirpc/src/rpcgen/rpc_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtirpc/src/rpcgen/rpc_output.h')
-rw-r--r--package/libtirpc/src/rpcgen/rpc_output.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libtirpc/src/rpcgen/rpc_output.h b/package/libtirpc/src/rpcgen/rpc_output.h
new file mode 100644
index 000000000..eb25a6080
--- /dev/null
+++ b/package/libtirpc/src/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 */