]> andersk Git - moira.git/blobdiff - lib/mr_private.h
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / lib / mr_private.h
index 14e62c717cc6c4f3f071601ff4d636b1d5d5a9ef..906a233e512bdfaf698d377fbffac8e770fd5b0b 100644 (file)
@@ -1,11 +1,10 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
+/* $Id $
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ * Private declarations of the Moira library.
  *
- *     Private declarations of the Moira library.
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
 #include "mr_proto.h"
@@ -27,3 +26,16 @@ extern int sending_version_no;
 #define EVER (;;)
 
 #define CHECK_CONNECTED {if (!_mr_conn) return MR_NOT_CONNECTED;}
+
+/* prototypes from mr_call.h */
+int mr_do_call(struct mr_params *params, struct mr_params **reply);
+
+/* prototypes from mr_init.c */
+void mr_init(void);
+
+/* prototypes from mr_ops.c */
+int mr_complete_operation(OPERATION op);
+
+/* prototypes from mr_params.c */
+int mr_cont_send(OPERATION op, HALF_CONNECTION hcon, struct mr_params *arg);
+int mr_cont_recv(OPERATION op, HALF_CONNECTION hcon, mr_params **argp);
This page took 0.042764 seconds and 4 git commands to generate.