From: H. Peter Anvin Date: Wed, 12 May 2010 22:49:30 +0000 (-0700) Subject: libmenu/passwords.h: function declaration isn't a prototype X-Git-Tag: syslinux-4.00-pre42~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea9654799db8c2a5206a4be75168691947df8798;p=profile%2Fivi%2Fsyslinux.git libmenu/passwords.h: function declaration isn't a prototype Make it a prototype Signed-off-by: H. Peter Anvin --- diff --git a/com32/cmenu/libmenu/passwords.h b/com32/cmenu/libmenu/passwords.h index 9ac06b1..2e0ec27 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