X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=8cb1b8677cd8fb404e9cfd39f89400e565ccbc0b;hb=0cd5b9ac15c62eb570ec74d19b4aebde4990fd82;hp=a1831c0d0d23e81b5396b2a50cef0d8c8cb4353c;hpb=1bf3941b9ccabef122cc6479004d18ddcb935eef;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index a1831c0..8cb1b86 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1453,8 +1453,8 @@ Returns the current error handler callback. =head2 guestfs_set_out_of_memory_handler typedef void (*guestfs_abort_cb) (void); - int guestfs_set_out_of_memory_handler (guestfs_h *g, - guestfs_abort_cb); + void guestfs_set_out_of_memory_handler (guestfs_h *g, + guestfs_abort_cb); The callback C will be called if there is an out of memory situation. I.