summaryrefslogtreecommitdiffstats
path: root/libvir_wrap.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-01-31 10:24:12 +0000
committerDaniel Veillard <veillard@redhat.com>2006-01-31 10:24:12 +0000
commitfb54944e588be376fcd3fc9e01d8592a86731c41 (patch)
treefb429f11ee08c69237125a2330e00cfb139c10d0 /libvir_wrap.h
parent0955d746e83c9af235aec6f4c2cb568e6ab4f1ac (diff)
downloadlibvirt-python-split-fb54944e588be376fcd3fc9e01d8592a86731c41.tar.gz
libvirt-python-split-fb54944e588be376fcd3fc9e01d8592a86731c41.tar.xz
libvirt-python-split-fb54944e588be376fcd3fc9e01d8592a86731c41.zip
* python/*: update of the python bindings, fix names, add
missing features like list of domains and domain info extraction Daniel
Diffstat (limited to 'libvir_wrap.h')
-rw-r--r--libvir_wrap.h1
1 files changed, 1 insertions, 0 deletions
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);