From ea9654799db8c2a5206a4be75168691947df8798 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 12 May 2010 15:49:30 -0700 Subject: libmenu/passwords.h: function declaration isn't a prototype Make it a prototype Signed-off-by: H. Peter Anvin --- com32/cmenu/libmenu/passwords.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/cmenu') diff --git a/com32/cmenu/libmenu/passwords.h b/com32/cmenu/libmenu/passwords.h index 9ac06b19..2e0ec27c 100644 --- a/com32/cmenu/libmenu/passwords.h +++ b/com32/cmenu/libmenu/passwords.h @@ -8,7 +8,7 @@ char isallowed(const char *username, const char *perm); // Initialise the list of of user passwords permissions from file void init_passwords(const char *filename); // Free all space used for internal data structures -void close_passwords(); +void close_passwords(void); #define MAX_USERS 128 // Maximum number of users #define USERNAME_LENGTH 12 // Max length of user name -- cgit v1.2.1