From 805392ae4c4a4295d0f027234c83a670dfdc2268 Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Wed, 9 Jul 2008 22:46:54 +0000
Subject: [PATCH] b=15625 Forgot to cvs add this one.

---
 lustre/utils/mount_utils.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 lustre/utils/mount_utils.h

diff --git a/lustre/utils/mount_utils.h b/lustre/utils/mount_utils.h
new file mode 100644
index 0000000000..600b6b40e1
--- /dev/null
+++ b/lustre/utils/mount_utils.h
@@ -0,0 +1,14 @@
+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
+ * vim:expandtab:shiftwidth=8:tabstop=8:
+ *
+ *   This file is part of Lustre, http://www.lustre.org
+ */
+#ifndef _MOUNT_UTILS_H_
+#define _MOUNT_UTILS_H_
+
+void fatal(void);
+int run_command(char *, int);
+int get_mountdata(char *, struct lustre_disk_data *);
+void register_service_tags(char *, char *, char *);
+
+#endif
-- 
GitLab