From fb54944e588be376fcd3fc9e01d8592a86731c41 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 31 Jan 2006 10:24:12 +0000 Subject: * python/*: update of the python bindings, fix names, add missing features like list of domains and domain info extraction Daniel --- libvir_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvir_wrap.h') diff --git a/libvir_wrap.h b/libvir_wrap.h index 31771d7..41400c0 100644 --- a/libvir_wrap.h +++ b/libvir_wrap.h @@ -40,6 +40,7 @@ typedef struct { PyObject * libvir_intWrap(int val); PyObject * libvir_longWrap(long val); +PyObject * libvir_longlongWrap(long long val); PyObject * libvir_charPtrWrap(char *str); PyObject * libvir_constcharPtrWrap(const char *str); PyObject * libvir_charPtrConstWrap(const char *str); -- cgit