]> andersk Git - moira.git/blobdiff - include/mr_proto.h
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / include / mr_proto.h
index f4176befcec6a0721d2c1dade744ab427c4fd1df..565c385d5649c3a39b125fc6c6131305dffc69b7 100644 (file)
@@ -1,9 +1,6 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
+/* $Id$
  *
- *     Copyright (C) 1987, 1990 by the Massachusetts Institute of Technology
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
  *
  */
 
@@ -27,4 +24,6 @@ typedef struct mr_params {
        int mr_state;
 } mr_params;
 
-extern int mr_start_recv(), mr_start_send();
+int mr_start_send(OPERATION op, HALF_CONNECTION hcon, struct mr_params *arg);
+int mr_start_recv(OPERATION op, HALF_CONNECTION hcon, struct mr_params **argp);
+void mr_destroy_reply(mr_params *reply);
This page took 0.235879 seconds and 4 git commands to generate.