]> andersk Git - moira.git/blob - lib/mr_data.c
fix prototyping problems
[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 1.038474 seconds and 5 git commands to generate.