]> andersk Git - moira.git/blame_incremental - lib/mr_data.c
mentioned extra non-GECOS info
[moira.git] / lib / mr_data.c
... / ...
CommitLineData
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
13static char *rcsid_sms_data_c = "$Header$";
14#endif lint
15
16#include <mit-copyright.h>
17#include "sms_private.h"
18
19CONNECTION _sms_conn;
20
21OPERATION _sms_send_op, _sms_recv_op;
22
23int sending_version_no = SMS_VERSION_2;
24
This page took 0.04981 seconds and 5 git commands to generate.