]> andersk Git - moira.git/blobdiff - lib/mr_data.c
Now rcp'ing with encryption, and actually checking that backup succeeded.
[moira.git] / lib / mr_data.c
index bebb48213491879b12c5117fe03cb999b57ba237..8e7f4ffa1333f75064ee12dadc01452ebc4a1d12 100644 (file)
@@ -1,6 +1,24 @@
-#include "sms_private.h"
+/*
+ *     $Source$
+ *     $Author$
+ *     $Header$
+ *
+ *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
+ *
+ */
 
-CONNECTION _sms_conn;
+#ifndef lint
+static char *rcsid_sms_data_c = "$Header$";
+#endif lint
 
-OPERATION _sms_send_op, _sms_recv_op;
+#include <mit-copyright.h>
+#include "mr_private.h"
+
+CONNECTION _mr_conn;
+
+OPERATION _mr_send_op, _mr_recv_op;
+
+int sending_version_no = MR_VERSION_2;
 
This page took 0.109168 seconds and 4 git commands to generate.