summaryrefslogtreecommitdiffstats
path: root/src/util/ss/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--src/util/ss/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 828c118e5..3e0cf7b4e 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,21 @@
+Mon Mar 30 11:30:00 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * 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
+
Wed Feb 18 16:35:55 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up