* rpc_test_svc.c: Change rpc_test_prog_1 to
authorEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 20:03:06 +0000 (20:03 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 2 Jul 2001 20:03:06 +0000 (20:03 +0000)
commit9290f6560a540ba9252433828c608c83035ba823
treef22fa258fec3fda65f6904723aff75c8880c9c66
parentfb62e6c2e84771d0b895d877fc45960f64345e71
   * rpc_test_svc.c: Change rpc_test_prog_1 to
        rpc_test_prog_1_svc.

        * rpc_test.h: Create prototypes for rpc_test_echo_1_svc and
        rpc_test_prog_1_svc.

        * server.c: Declare usage and handlesig static.  Change
        rpc_test_echo_1 to rpc_test_echo_1_svc and rpc_test_prog_1 to
        rpc_test_prog_1_svc.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13547 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/rpc_test.h
src/lib/rpc/unit-test/rpc_test_svc.c
src/lib/rpc/unit-test/server.c