X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=03f6796322beb6818ba97b4cf53acab19abdf3b1;hb=49dc7678bf4bc870c0596c9b76f582a4caef88f8;hp=76570a7186c405b90a83d90ffe344a7534299878;hpb=8076a345b2ff6e327bf06eee6166af4096ad1418;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index 76570a7..03f6796 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.