Rearrange library code into separate files.
authorRichard Jones <rjones@redhat.com>
Tue, 27 Jul 2010 12:01:39 +0000 (13:01 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 27 Jul 2010 12:05:41 +0000 (13:05 +0100)
commit41f25ab3df5f306ac717fa7a6efd58328d30c1ae
tree461e3e42a668ba1d8f0f6511a677879ee8fa61c3
parenta617f521a4f695a63ced1c734128dc6c05b7024f
Rearrange library code into separate files.

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.
po/POTFILES.in
src/Makefile.am
src/guestfs-internal.h
src/guestfs.c
src/launch.c [new file with mode: 0644]
src/proto.c [new file with mode: 0644]