summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-21 06:46:32 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-21 06:46:32 +0000
commita62a05d73eddd30e01a3fa2b11e06a4e84af20e1 (patch)
tree8bc85f0955e3bd8eeb89ef12259416447d9bb929 /mdk-stage1/directory.h
parent42d1acafe99b1432e6619a41cf787a50223af25e (diff)
downloaddrakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.gz
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.bz2
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.xz
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.zip
split directory specific functions and move them from disk.c to directory.c (will be used in NFS install)
Diffstat (limited to 'mdk-stage1/directory.h')
-rw-r--r--mdk-stage1/directory.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/mdk-stage1/directory.h b/mdk-stage1/directory.h
new file mode 100644
index 000000000..c101e20bd
--- /dev/null
+++ b/mdk-stage1/directory.h
@@ -0,0 +1,29 @@
+/*
+ * Guillaume Cottenceau (gc@mandrakesoft.com)
+ * Olivier Blin (oblin@mandrakesoft.com)
+ *
+ * Copyright 2000 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 _DIRECTORY_H_
+#define _DIRECTORY_H_
+
+char * extract_list_directory(char * direct);
+enum return_type try_with_directory(char *location_full, char *method_live, char *method_iso);
+
+#endif