]> andersk Git - moira.git/blobdiff - lib/mr_param.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / lib / mr_param.c
index bdf0302e313d4fcae7b05dc1ed5869707598db79..55b0309a90347d40af965c2d3737214b108635ae 100644 (file)
@@ -1,24 +1,24 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
+/* $Id $
+ *
+ * Deal with mrgdb (bleah!)
  *
- *     Copyright (C) 1987, 1990 by the Massachusetts Institute of Technology
- *     For copying and distribution information, please see the file
- *     <mit-copyright.h>.
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  *
  */
 
-#ifndef lint
-static char *rcsid_mr_param_c = "$Header$";
-#endif
-
 #include <mit-copyright.h>
+#include <moira.h>
+#include "mr_private.h"
+
 #include <sys/types.h>
 #include <netinet/in.h>
-#include "mr_private.h"
-#include <string.h>
+
 #include <stdlib.h>
+#include <string.h>
+
+RCSID("$Header$");
 
 /*
  * GDB operations to send and recieve RPC requests and replies.
@@ -213,7 +213,7 @@ int mr_start_recv(OPERATION op, HALF_CONNECTION hcon, struct mr_params **argp)
   return mr_cont_recv(op, hcon, argp);
 }
 
-mr_destroy_reply(mr_params *reply)
+void mr_destroy_reply(mr_params *reply)
 {
   int i;
   if (reply)
This page took 0.032233 seconds and 4 git commands to generate.