aboutsummaryrefslogtreecommitdiff
path: root/src/kprop/kprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kprop/kprop.c')
-rw-r--r--src/kprop/kprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kprop/kprop.c b/src/kprop/kprop.c
index 8f9fd69..e8f7feb 100644
--- a/src/kprop/kprop.c
+++ b/src/kprop/kprop.c
@@ -80,7 +80,7 @@ static void send_error(krb5_context context, krb5_creds *my_creds, int fd,
char *err_text, krb5_error_code err_code);
static void update_last_prop_file(char *hostname, char *file_name);
-static void usage()
+static void usage(void)
{
fprintf(stderr, _("\nUsage: %s [-r realm] [-f file] [-d] [-P port] "
"[-s keytab] replica_host\n\n"), progname);