]> andersk Git - moira.git/blobdiff - lib/mr_data.c
Suppress warning about ownership changes - administrators have been warned.
[moira.git] / lib / mr_data.c
index 654b459afaaa95f21b360735e0aca6718e6b0c7b..8e7f4ffa1333f75064ee12dadc01452ebc4a1d12 100644 (file)
@@ -4,10 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.2  1987-06-01 03:31:36  wesommer
- *     Added RCS headers.
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
 static char *rcsid_sms_data_c = "$Header$";
 #endif lint
 
-#include "sms_private.h"
+#include <mit-copyright.h>
+#include "mr_private.h"
+
+CONNECTION _mr_conn;
 
-CONNECTION _sms_conn;
+OPERATION _mr_send_op, _mr_recv_op;
 
-OPERATION _sms_send_op, _sms_recv_op;
+int sending_version_no = MR_VERSION_2;
 
This page took 0.10045 seconds and 4 git commands to generate.