summaryrefslogtreecommitdiffstats
path: root/balkan/dos.h
blob: f5d2809b151636e718df91c9c7240ea8bbcb21c0 (plain)
1
2
3
4
5
6
#ifndef H_DOS
#define H_DOS 1

int dospReadTable(int fd, struct partitionTable * table);

#endif