]> andersk Git - moira.git/blame - lib/mr_data.c
posixify source
[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>
8defc06b 17#include "mr_private.h"
0fa91a0a 18
8defc06b 19CONNECTION _mr_conn;
0fa91a0a 20
8defc06b 21OPERATION _mr_send_op, _mr_recv_op;
0fa91a0a 22
8defc06b 23int sending_version_no = MR_VERSION_2;
9e8b70ea 24
This page took 0.096044 seconds and 5 git commands to generate.