diff options
author | Neil Brown <neilb@suse.de> | 2007-07-29 17:20:10 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-07-29 17:20:10 +1000 |
commit | 5835b1eec5a1f1e463c0762c510c6643fa2bff62 (patch) | |
tree | 7a8b95c1b9b1273be2272a2dd9302265f9839e4d /utils/statd/log.h | |
parent | dd087896285da9e160e13ee9f7d75381b67895e3 (diff) | |
download | nfs-utils-5835b1eec5a1f1e463c0762c510c6643fa2bff62.tar.gz nfs-utils-5835b1eec5a1f1e463c0762c510c6643fa2bff62.tar.xz nfs-utils-5835b1eec5a1f1e463c0762c510c6643fa2bff62.zip |
Add -Wstrict-prototypes to compiler args, and fix warnings caused.
Diffstat (limited to 'utils/statd/log.h')
-rw-r--r-- | utils/statd/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/log.h b/utils/statd/log.h index 49f801a..fc55d3c 100644 --- a/utils/statd/log.h +++ b/utils/statd/log.h @@ -16,7 +16,7 @@ #include <syslog.h> -void log_init(); +void log_init(void); void log_background(void); void log_enable(int facility); int log_enabled(int facility); |