]> andersk Git - moira.git/blob - lib/mr_data.c
55ce0b5de644d5b0a65e1124d3663b03cc0d6f0b
[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 "sms_private.h"
18
19 CONNECTION _sms_conn;
20
21 OPERATION _sms_send_op, _sms_recv_op;
22
23 int sending_version_no = SMS_VERSION_2;
24
This page took 0.0225 seconds and 3 git commands to generate.