freebsd-nq/lib/libdisk
Joerg Wunsch e2c8e21d6b Make libdisk C++ aware:
- add __BEGIN_DECLS and __END_DECLS,
- add a bunch of ``const'' qualifiers all over the place,
- rename the `private' struct member into `private_data' to avoid the
  clash with the C++ keyword.
1996-03-24 18:55:39 +00:00
..
blocks.c
change.c
chunk.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
create_chunk.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
disk.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
disklabel.c
libdisk.3 Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
libdisk.h Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
Makefile Fix bogus MLINKS line. When is the old libdisk going to go away, BTW? 1996-03-18 15:15:42 +00:00
rules.c
tst01.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
write_disk.c