Added prototype for ss_create_invocation()
authorEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 15:16:39 +0000 (15:16 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 15:16:39 +0000 (15:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12525 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/ChangeLog
src/util/ss/ss.h

index 6118dff599be8cfb1c1e7e27eb7f567bf2cd02cb..88200590e32cacf7d71ffee6f4e3641befd97770 100644 (file)
@@ -3,7 +3,7 @@
        * test_ss.c (main): Change usage of ss_listen to agree with 
        prototype.
 
-       * ss.h: Add prototype for ss_listen()
+       * ss.h: Add prototype for ss_listen() and ss_create_invocation()
 
 2000-05-01  Nalin Dahyabhai  <nalin@redhat.com>
 
index 6e398802d99e8e2d868313fbf1b0479ac0e20ee1..435f402648f11ca0a74c7d815c3ffaca0a35d2b4 100644 (file)
@@ -53,10 +53,12 @@ char *ss_name();
 void ss_error (int, long, char const *, ...);
 void ss_perror (int, long, char const *);
 int ss_listen (int);
+int ss_create_invocation(char *, char *, char *, ss_request_table *, int *);
 #else
 void ss_error ();
 void ss_perror ();
 int ss_listen ();
+int ss_create_invocation();
 #endif
 void ss_abort_subsystem();
 extern ss_request_table ss_std_requests;