]> andersk Git - moira.git/blame - lib/mr_data.c
added UREG_HALF_ENROLLED; SMS->Moira
[moira.git] / lib / mr_data.c
CommitLineData
559e1bb1 1/*
2 * $Source$
3 * $Author$
4 * $Header$
5 *
6 * Copyright (C) 1987 by the Massachusetts Institute of Technology
babbc197 7 * For copying and distribution information, please see the file
8 * <mit-copyright.h>.
559e1bb1 9 *
559e1bb1 10 */
11
12#ifndef lint
13static char *rcsid_sms_data_c = "$Header$";
14#endif lint
15
babbc197 16#include <mit-copyright.h>
0fa91a0a 17#include "sms_private.h"
18
19CONNECTION _sms_conn;
20
21OPERATION _sms_send_op, _sms_recv_op;
22
8db7b954 23int sending_version_no = SMS_VERSION_2;
9e8b70ea 24
This page took 1.773787 seconds and 5 git commands to generate.