summaryrefslogtreecommitdiff
path: root/package/libtirpc/src/rpcgen/rpc_output.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-06 10:24:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-06 10:25:35 +0100
commitbe49c58d77ce855f902728b0c68fc10bafee6257 (patch)
treeed0c6965ec9ce26d0257cfa6514ce60ed9b74d95 /package/libtirpc/src/rpcgen/rpc_output.h
parent97643b0bf020cced1ba9c66e74604800b74a7b34 (diff)
libtirpc: update to latest stable version
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 */