]> andersk Git - moira.git/blob - lib/mr_data.c
sms -> moira
[moira.git] / lib / mr_data.c
1 /*
2  *      $Source$
3  *      $Author$
4  *      $Header$
5  *
6  *      Copyright (C) 1987 by the Massachusetts Institute of Technology
7  *      For copying and distribution information, please see the file
8  *      <mit-copyright.h>.
9  *
10  */
11
12 #ifndef lint
13 static char *rcsid_sms_data_c = "$Header$";
14 #endif lint
15
16 #include <mit-copyright.h>
17 #include "mr_private.h"
18
19 CONNECTION _mr_conn;
20
21 OPERATION _mr_send_op, _mr_recv_op;
22
23 int sending_version_no = MR_VERSION_2;
24
This page took 4.621531 seconds and 5 git commands to generate.