/*
 *
 * glue routine to have the server and client to link together, without
 * the need for any communications.  Good for debugging, and privileged
 * utilities.
 *
 */
char rpc_caller [100] = "srz@LCS.MIT.EDU";

init_rpc ()
{}

USP_rcv_blk ()
{ exit(1); }

USP_begin_block ()
{ exit(1); }

USP_end_block ()
{ exit(1); }

USP_flush_block ()
{ exit(1); }

USP_get_byte_block ()
{ exit(1); }

USP_put_byte_block ()
{ exit(1); }


