Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rearrange library code into separate files. | Richard Jones | 2010-07-27 | 1 | -1/+115 | |
| | | | | | | | | | | | | We split the library code into these separate files: - guestfs.c: creating handles, closing handles, handle-related variables - actions.c: generated library-side stubs for each action - bindtests.c: generated code to test bindings - launch.c: launching the appliance - proto.c: the library side of the daemon communications protocol This is just code movement. | |||||
* | guestfs.h: Move some internal functions to the internal header. | Richard Jones | 2010-03-16 | 1 | -0/+16 | |
| | | | | | | Functions like guestfs__send were never exported through the public API (libguestfs.syms prevented that). However they appeared in the public header. Move them to the internal header. | |||||
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 1 | -0/+32 | |
Move these to private header file(s) and other places as required since these aren't part of the public API. |