summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guestfs-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 9bf76daa..966eeeb2 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -188,6 +188,7 @@ struct inspect_fstab_entry {
struct guestfs_message_header;
struct guestfs_message_error;
+
extern void guestfs_error (guestfs_h *g, const char *fs, ...)
__attribute__((format (printf,2,3)));
extern void guestfs_perrorf (guestfs_h *g, const char *fs, ...)