summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-08-27 11:31:08 -0400
committerSteve Dickson <steved@redhat.com>2009-08-27 11:31:08 -0400
commit1d2951b518dd5df4fc0a637880d204f0f4e949c5 (patch)
tree83026e9c835c86056617ffb00191c840b9fc025d /utils
parent9999c036952eced407162c394ea69145752ea5c4 (diff)
downloadnfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.tar.gz
nfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.tar.xz
nfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.zip
Cleaned up some warnings in the mount config file code.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/mount/mount_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/mount/mount_config.h b/utils/mount/mount_config.h
index 9a885a9..3023306 100644
--- a/utils/mount/mount_config.h
+++ b/utils/mount/mount_config.h
@@ -20,6 +20,8 @@ inline void mount_config_init(char *);
#ifdef MOUNT_CONFIG
#include "conffile.h"
+#include "xlog.h"
+
extern char *conf_get_mntopts(char *, char *, char *);
inline void mount_config_init(char *program)