summaryrefslogtreecommitdiffstats
path: root/balkan/dos.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-04-25 21:11:14 +0000
committerErik Troan <ewt@redhat.com>1999-04-25 21:11:14 +0000
commit352ffc99c02f93ac3788dff095ba8ac8c89f5e5a (patch)
treed2f9b623f9b1a85f662a2e4373a99c8514882138 /balkan/dos.h
parent3a44d1f8ea178f88e2e9f540de6cfdcfcbaba001 (diff)
downloadanaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.tar.gz
anaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.tar.xz
anaconda-352ffc99c02f93ac3788dff095ba8ac8c89f5e5a.zip
*** empty log message ***
Diffstat (limited to 'balkan/dos.h')
-rw-r--r--balkan/dos.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/balkan/dos.h b/balkan/dos.h
new file mode 100644
index 000000000..753fc4193
--- /dev/null
+++ b/balkan/dos.h
@@ -0,0 +1,6 @@
+#ifndef H_DOS
+#define H_DOS 1
+
+int dospReadTable(int fd, struct partitionTable * table);
+
+#endif;