* 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>
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;