diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-08 14:28:03 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-08 14:28:03 +0100 |
commit | 0faa5dde7b992ba11bb88f77b3424676c7c492e4 (patch) | |
tree | 14948be793fca09223d7ca3022b9ac7e1fbebd81 /src/guestfs-actions.h | |
parent | fa7c8bb79b45aecdf65ed93635a42f3fdf301134 (diff) | |
download | libguestfs-0faa5dde7b992ba11bb88f77b3424676c7c492e4.tar.gz libguestfs-0faa5dde7b992ba11bb88f77b3424676c7c492e4.tar.xz libguestfs-0faa5dde7b992ba11bb88f77b3424676c7c492e4.zip |
Generated code to support previous 2 commits.
Diffstat (limited to 'src/guestfs-actions.h')
-rw-r--r-- | src/guestfs-actions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guestfs-actions.h b/src/guestfs-actions.h index 05399818..12b33d67 100644 --- a/src/guestfs-actions.h +++ b/src/guestfs-actions.h @@ -133,3 +133,6 @@ extern int guestfs_drop_caches (guestfs_h *handle, int whattodrop); extern char *guestfs_dmesg (guestfs_h *handle); extern int guestfs_ping_daemon (guestfs_h *handle); extern int guestfs_equal (guestfs_h *handle, const char *file1, const char *file2); +extern char **guestfs_strings (guestfs_h *handle, const char *path); +extern char **guestfs_strings_e (guestfs_h *handle, const char *encoding, const char *path); +extern char *guestfs_hexdump (guestfs_h *handle, const char *path); |