]> andersk Git - moira.git/blob - lib/mr_data.c
1fc2b8b5ea8610e7e862cee816da69e7a164f1ef
[moira.git] / lib / mr_data.c
1 /* $Id$
2  *
3  * A few variables
4  *
5  * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
6  * For copying and distribution information, please see the file
7  * <mit-copyright.h>.
8  */
9
10 #include <mit-copyright.h>
11 #include <moira.h>
12 #include "mr_private.h"
13
14 RCSID("$Header$");
15
16 CONNECTION _mr_conn;
17
18 OPERATION _mr_send_op, _mr_recv_op;
19
20 int sending_version_no = MR_VERSION_2;
21
This page took 0.555686 seconds and 3 git commands to generate.