summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
Commit message (Collapse)AuthorAgeFilesLines
...
* guestfs.h: Move some internal functions to the internal header.Richard Jones2010-03-161-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 Jones2009-11-101-0/+32
Move these to private header file(s) and other places as required since these aren't part of the public API.