summaryrefslogtreecommitdiffstats
path: root/src/util/ss/ss_internal.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1998-03-30 17:10:34 +0000
committerEzra Peisach <epeisach@mit.edu>1998-03-30 17:10:34 +0000
commite4410010cf6cb191656b4455b12ffb544f3a6768 (patch)
tree40290289282f5874f3825016ee5c78377e08aeef /src/util/ss/ss_internal.h
parentd535415ab6100ccd7846a7467f0a6148a56e6c46 (diff)
downloadkrb5-e4410010cf6cb191656b4455b12ffb544f3a6768.tar.gz
krb5-e4410010cf6cb191656b4455b12ffb544f3a6768.tar.xz
krb5-e4410010cf6cb191656b4455b12ffb544f3a6768.zip
gcc -Wall cleanups. Mainly adding prototypes and
making sure that functions have return types declared. * ss_internal.h: Add ss_pager_create prototype. * ss.h: Add ss_list_requests prototype. * request_tbl.c (ss_add_request_table, ss_delete_request_table): Declare function types as void. * prompt.c (ss_set_prompt): Declare function as void. * listen.c (ss_quit): Int function should return a value. * list_rqs.c (ss_list_requests): Fix arguments to match proper prototype for a ss type handler. * execute_cmd.c (ss_execute_command): Declare as returning int git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10504 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss/ss_internal.h')
-rw-r--r--src/util/ss/ss_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/ss/ss_internal.h b/src/util/ss/ss_internal.h
index 54046df28..81185172b 100644
--- a/src/util/ss/ss_internal.h
+++ b/src/util/ss/ss_internal.h
@@ -105,6 +105,7 @@ int ss_execute_line();
char **ss_parse();
ss_abbrev_info *ss_abbrev_initialize PROTOTYPE((char *, int *));
void ss_page_stdin();
+int ss_pager_create();
extern ss_data **_ss_table;
extern char *ss_et_msgs[];