[syslinux:fsc] fs.h: fix prototype

syslinux-bot for H. Peter Anvin hpa at zytor.com
Mon Jan 25 10:00:15 PST 2010


Commit-ID:  313d29da0384a0420c80985da4ae6512525df798
Gitweb:     http://syslinux.zytor.com/commit/313d29da0384a0420c80985da4ae6512525df798
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 25 Jan 2010 09:57:15 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 25 Jan 2010 09:57:15 -0800

fs.h: fix prototype

Another () -> (void)

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/include/fs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/include/fs.h b/core/include/fs.h
index f0fe534..c6f9bca 100644
--- a/core/include/fs.h
+++ b/core/include/fs.h
@@ -58,7 +58,7 @@ struct fs_ops {
     void     (*close_file)(struct file *);
     void     (*mangle_name)(char *, const char *);
     char *   (*unmangle_name)(char *, const char *);
-    int      (*load_config)();
+    int      (*load_config)(void);
 
     struct inode * (*iget_root)(void);
     struct inode * (*iget_current)(void);



More information about the Syslinux-commits mailing list