summaryrefslogtreecommitdiff
path: root/hurd/msg_reply.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-24 22:32:52 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-24 22:32:52 +0000
commit54cb8b7269b38050b9483d0bb2eb6b78c5e97055 (patch)
tree21c84454607e759fe1a3627b4b031a23d0584c51 /hurd/msg_reply.defs
parent255e619f2c0a947434b91e0e99a37e6a5d80e673 (diff)
Initial revision
Diffstat (limited to 'hurd/msg_reply.defs')
-rw-r--r--hurd/msg_reply.defs28
1 files changed, 28 insertions, 0 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs
new file mode 100644
index 00000000..9f8d1b9b
--- /dev/null
+++ b/hurd/msg_reply.defs
@@ -0,0 +1,28 @@
+/* Reply side of miscellaneous callbacks from Hurd servers to their clients
+ Copyright (C) 1991, 19921994 Free Software Foundation
+
+This file is part of the GNU Hurd.
+
+The GNU Hurd is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+The GNU Hurd is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with the GNU Hurd; see the file COPYING. If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+subsystem msg 23100; /* must match msg.defs + 100 */
+
+#include <hurd/hurd_types.defs>
+
+simpleroutine sig_post_reply (
+ reply_port: mach_port_t;
+ in return_code: kern_return_t);
+
+/* Add the others as necessary. */