summaryrefslogtreecommitdiff
path: root/com32/cmenu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-05-12 15:49:30 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-05-12 15:49:30 -0700
commitea9654799db8c2a5206a4be75168691947df8798 (patch)
tree0396ee74c17f32c57cb2c19f00f94796041a73bc /com32/cmenu
parent024b5bd787f18152fd8e1dc8a4135a482b9193d2 (diff)
downloadsyslinux-ea9654799db8c2a5206a4be75168691947df8798.tar.gz
libmenu/passwords.h: function declaration isn't a prototype
Make it a prototype Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/cmenu')
-rw-r--r--com32/cmenu/libmenu/passwords.h2
1 files changed, 1 insertions, 1 deletions
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