Separate out the high-level API actions.
authorRichard Jones <rjones@redhat.com>
Sat, 18 Apr 2009 14:31:53 +0000 (15:31 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 18 Apr 2009 14:31:53 +0000 (15:31 +0100)
commitef499de8946cf4b8120ef7917b2e5d7f9115041f
tree8972aedf961b05a1d836ab15dcf946e837d12b42
parentad1d84a142169baaed293de71fb9430178d9f999
Separate out the high-level API actions.
 - Split out the high-level API actions so that they are in a
   separate file, and use the defined guestfs C API, instead of
   fiddling around with internal structures.
23 files changed:
daemon/proto.c
fish/cmds.c
fish/completion.c
guestfish-actions.pod
guestfs-actions.pod
ocaml/guestfs.ml
ocaml/guestfs.mli
ocaml/guestfs_c_actions.c
perl/Guestfs.xs
perl/lib/Sys/Guestfs.pm
python/guestfs-py.c
python/guestfs.py
ruby/ext/guestfs/_guestfs.c
src/Makefile.am
src/generator.ml
src/guestfs-actions.c
src/guestfs-actions.h
src/guestfs.c
src/guestfs.h
src/guestfs_protocol.c
src/guestfs_protocol.h
src/guestfs_protocol.x
tests.c