+2001-06-26 Ezra Peisach <epeisach@mit.edu>
+
+ * server_glue_v1.c: Include misc.h for prototypes.
+
+ * ovsec_kadmd.c: Declare usage() and display_status() static.
+ Flush out static prototype for display_status_1().
+
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* ovsec_kadmd.c: Change prototype for process_chpw_request
* Modifies:
*/
-void usage()
+static void usage()
{
fprintf(stderr, "Usage: kadmind [-r realm] [-m] [-nofork] "
"[-port port-number]\n");
* displayed on stderr, each preceeded by "GSS-API error <msg>: " and
* followed by a newline.
*/
-static void display_status_1();
+static void display_status_1(char *, OM_uint32, int);
-void display_status(msg, maj_stat, min_stat)
+static void display_status(msg, maj_stat, min_stat)
char *msg;
OM_uint32 maj_stat;
OM_uint32 min_stat;