From 302950188231c47f64bc068ed960f8c591e84c0b Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 3 Jul 2000 15:16:39 +0000 Subject: [PATCH] Added prototype for ss_create_invocation() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12525 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ss/ChangeLog | 2 +- src/util/ss/ss.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 6118dff59..88200590e 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -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 diff --git a/src/util/ss/ss.h b/src/util/ss/ss.h index 6e398802d..435f40264 100644 --- a/src/util/ss/ss.h +++ b/src/util/ss/ss.h @@ -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; -- 2.26.2