aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/typewrappers.h')
-rw-r--r--python/typewrappers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/typewrappers.h b/python/typewrappers.h
index cb5e5dbaf..cc981101a 100644
--- a/python/typewrappers.h
+++ b/python/typewrappers.h
@@ -150,7 +150,6 @@ typedef struct {
void* obj;
} PyvirVoidPtr_Object;
-
PyObject * libvirt_intWrap(int val);
PyObject * libvirt_longWrap(long val);
PyObject * libvirt_ulongWrap(unsigned long val);