source: trunk/athena/bin/discuss/server/glue.c @ 1939

Revision 1939, 468 bytes checked in by srz, 36 years ago (diff)
Added standard copyright notice.
Line 
1/*
2 *
3 *      Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology
4 *      Developed by the MIT Student Information Processing Board (SIPB).
5 *      For copying information, see the file mit-copyright.h in this release.
6 *
7 */
8/*
9 *
10 * glue routine to have the server and client to link together, without
11 * the need for any communications.  Good for debugging, and privileged
12 * utilities.
13 *
14 */
15char rpc_caller [100] = "srz@LCS.MIT.EDU";
16
17init_rpc ()
18{}
19
Note: See TracBrowser for help on using the repository browser.