X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/9e8b70eae064cbdfaf8c90454be1cedf1963ba50..6d2387f8082aa95496efe3460e90fad462beffc0:/lib/mr_data.c diff --git a/lib/mr_data.c b/lib/mr_data.c index da6a6146..55ce0b5d 100644 --- a/lib/mr_data.c +++ b/lib/mr_data.c @@ -4,25 +4,21 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * - * $Log$ - * Revision 1.3 1988-04-19 12:42:10 mar - * added version number variable - * - * Revision 1.2 87/06/01 03:31:36 wesommer - * Added RCS headers. - * */ #ifndef lint static char *rcsid_sms_data_c = "$Header$"; #endif lint +#include #include "sms_private.h" CONNECTION _sms_conn; OPERATION _sms_send_op, _sms_recv_op; -int sending_version_no = SMS_VERSION_1; +int sending_version_no = SMS_VERSION_2;