freebsd-dev/lib/libgeom
John Baldwin ccac9da43b Make libgeom usable by C++ programs:
- Add DECL wrappers to libgeom.h.
- Rename structure members in libgeom.h to use a lg_ prefix for member
  names.  This is required because a few structures had members named
  'class' which made g++ very unhappy.
- Catch gstat(8) and gconcat(8) up to these API changes.

Reviewed by:	phk
2004-03-09 21:14:18 +00:00
..
geom_ctl.c Add the part of the last commit which cvs appearantly didn't like 2003-06-01 15:05:22 +00:00
geom_getxml.c Leak more stuff into libgeom. 2003-02-10 00:11:43 +00:00
geom_stats.c Use devstat instead of GEOM private statistics structure. 2003-03-18 09:53:46 +00:00
geom_xml2tree.c Make libgeom usable by C++ programs: 2004-03-09 21:14:18 +00:00
libgeom.3 Add manpages for the gctl API. 2004-03-07 16:07:57 +00:00
libgeom.h Make libgeom usable by C++ programs: 2004-03-09 21:14:18 +00:00
Makefile Add manpages for the gctl API. 2004-03-07 16:07:57 +00:00