]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/v4root.h
exports: NFSv4 pseudoroot support routines
[nfs-utils.git] / support / include / v4root.h
diff --git a/support/include/v4root.h b/support/include/v4root.h
new file mode 100644 (file)
index 0000000..706c15c
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2009 Red Hat <nfs@redhat.com>
+ * support/include/v4root.h
+ *
+ * Support routines for dynamic pseudo roots.
+ *
+ */
+
+#ifndef V4ROOT_H
+#define V4ROOT_H
+
+extern int v4root_needed;
+extern void v4root_set(void);
+
+#endif /* V4ROOT_H */