git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49bbd8b
)
Whitespace change: Add blank line between structures and functions.
author
Richard Jones
<rjones@redhat.com>
Sat, 21 Aug 2010 11:45:51 +0000
(12:45 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 26 Aug 2010 21:35:38 +0000
(22:35 +0100)
(cherry picked from commit
4d2f1632ad655130fafab3bf7fe8fa5cb59705d8
)
src/guestfs-internal.h
patch
|
blob
|
history
diff --git
a/src/guestfs-internal.h
b/src/guestfs-internal.h
index
d0fc3ca
..
a8d1a34
100644
(file)
--- a/
src/guestfs-internal.h
+++ b/
src/guestfs-internal.h
@@
-135,6
+135,7
@@
struct guestfs_h
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, ...)