summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/partition.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-09 14:49:35 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-09 14:49:35 +0000
commit38a2c24e6e576edb089ae74e48529015260e4dd8 (patch)
treea86513865493ca80b1f4b8b8c3788fd2bd6ea655 /mdk-stage1/partition.h
parent4ab4217cad713d92578079af72594d8f1876bf0a (diff)
downloaddrakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.gz
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.bz2
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.xz
drakx-38a2c24e6e576edb089ae74e48529015260e4dd8.zip
move partition stuff in partition.c and common disk stuff in tools.c
Diffstat (limited to 'mdk-stage1/partition.h')
-rw-r--r--mdk-stage1/partition.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/mdk-stage1/partition.h b/mdk-stage1/partition.h
new file mode 100644
index 000000000..e901662df
--- /dev/null
+++ b/mdk-stage1/partition.h
@@ -0,0 +1,28 @@
+/*
+ * Olivier Blin (oblin@mandrakesoft.com)
+ *
+ * Copyright 2005 Mandrakesoft
+ *
+ * This software may be freely redistributed under the terms of the GNU
+ * public license.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+/*
+ * Portions from Erik Troan (ewt@redhat.com)
+ *
+ * Copyright 1996 Red Hat Software
+ *
+ */
+
+#ifndef _PARTITION_H_
+#define _PARTITION_H_
+
+int list_partitions(char * dev_name, char ** parts, char ** comments);
+
+#endif
+