summaryrefslogtreecommitdiffstats
path: root/python/guestfs-py.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/guestfs-py.h')
-rw-r--r--python/guestfs-py.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/guestfs-py.h b/python/guestfs-py.h
index 6b7e05f0..29e84ba3 100644
--- a/python/guestfs-py.h
+++ b/python/guestfs-py.h
@@ -63,5 +63,7 @@ put_handle (guestfs_h *g)
extern PyObject *py_guestfs_create (PyObject *self, PyObject *args);
extern PyObject *py_guestfs_close (PyObject *self, PyObject *args);
+extern PyObject *py_guestfs_set_event_callback (PyObject *self, PyObject *args);
+extern PyObject *py_guestfs_delete_event_callback (PyObject *self, PyObject *args);
#endif /* guestfs_py_h */