summaryrefslogtreecommitdiffstats
path: root/lib/librpc/demo/msg/msg.x
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpc/demo/msg/msg.x')
-rw-r--r--lib/librpc/demo/msg/msg.x9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/librpc/demo/msg/msg.x b/lib/librpc/demo/msg/msg.x
new file mode 100644
index 0000000..d311352
--- /dev/null
+++ b/lib/librpc/demo/msg/msg.x
@@ -0,0 +1,9 @@
+/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */
+/*
+ * msg.x: Remote message printing protocol
+ */
+program MESSAGEPROG {
+ version MESSAGEVERS {
+ int PRINTMESSAGE(string) = 1;
+ } = 1;
+} = 99;
OpenPOWER on IntegriCloud