guestfs.h: Move some internal functions to the internal header.
authorRichard Jones <rjones@redhat.com>
Tue, 16 Mar 2010 11:18:51 +0000 (11:18 +0000)
committerRichard Jones <rjones@redhat.com>
Tue, 16 Mar 2010 11:18:51 +0000 (11:18 +0000)
commit1f56debfcfdc35d6b0e7fec469dba0598d7f1901
tree5be54c7ca2128c5a4ef1b226a0108efa904367eb
parent504177b0aad966ef6db90190ad81eb1a75a193ce
guestfs.h: Move some internal functions to the internal header.

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.
src/guestfs-internal.h
src/guestfs.h