X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=d268e5d68bcdc1dc89235af8e05ce7b4a4bbcc09;hb=d28f8f4cc36b42ace02b8c02b80a945315fdbf24;hp=859fd19ab61474e394d64c35c4a469666fc7adbf;hpb=afe56418946bd8be0706435ed6045bb3ba0f9f99;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index 859fd19..d268e5d 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1452,8 +1452,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.