From 48c604a3b72caa79069d3d32b47e0a03090e3687 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 22:02:13 +0100 Subject: s3-smbta-util: fix some buildwarnings. Guenther --- source3/utils/smbta-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils/smbta-util.c') diff --git a/source3/utils/smbta-util.c b/source3/utils/smbta-util.c index cf9097411f..5b081655e1 100644 --- a/source3/utils/smbta-util.c +++ b/source3/utils/smbta-util.c @@ -22,7 +22,7 @@ static void delete_key(void); -static void help() +static void help(void) { printf("-h print this help message.\n"); printf("-f install the key from a file and activate\n"); @@ -34,7 +34,7 @@ printf("-s check if a key is installed, and print the key to stdout.\n"); printf("\n"); } -static void check_key() +static void check_key(void) { size_t size; char *akey; if (!secrets_init()) { -- cgit