commit | fcdc75c05b9605da034d841c5f0288c3be4b82cb | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sat Oct 29 17:34:03 2005 +0000 |
committer | rsc <devnull@localhost> | Sat Oct 29 17:34:03 2005 +0000 |
tree | 4ebb41a984dcba16c13d2d9895236995fbfe02f9 | |
parent | 439bc8dbe892fed4657c7020f293cf4d8a0b78bc [diff] [blame] |
Add Disk definitions.
diff --git a/include/disk.h b/include/disk.h index 7e1d35a..f3a1905 100644 --- a/include/disk.h +++ b/include/disk.h
@@ -31,6 +31,7 @@ int scsiready(Scsi*); extern int scsiverbose; +#endif /* disk partition interface */ typedef struct Disk Disk; @@ -65,7 +66,6 @@ Gdisk, Gguess, }; -#endif /* proto file parsing */ typedef void Protoenum(char *new, char *old, Dir *d, void *a);