]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfs_mount.h
In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compile
[nfs-utils.git] / utils / mount / nfs_mount.h
index 169f12e5fbeb4fd0a8827881139d034d547cb674..2becfb1a0d655093385f47571b026124218fcf46 100644 (file)
@@ -8,8 +8,8 @@
  * so it is easiest to ignore the kernel altogether (at compile time).
  */
 
-#ifndef _NFS_MOUNT_H
-#define _NFS_MOUNT_H
+#ifndef _NFS_UTILS_MOUNT_NFS_MOUNT_H
+#define _NFS_UTILS_MOUNT_NFS_MOUNT_H
 
 #include <netinet/in.h>
 #include <arpa/inet.h>
@@ -80,6 +80,7 @@ struct nfs_mount_data {
 #define AUTH_GSS_SPKMP         390011
 #endif
 
-int nfsmount(const char *, const char *, int *, char **, int, int);
+int    nfsmount(const char *, const char *, int , char **, int, int);
+int    nfsumount(int, char **);
 
-#endif /* _NFS_MOUNT_H */
+#endif /* _NFS_UTILS_MOUNT_NFS_MOUNT_H */