summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index c3c79dc..3dc3212 100755
--- a/generator.py
+++ b/generator.py
@@ -287,6 +287,8 @@ def skip_function(name):
return 1
if name == "vshRunConsole":
return 1
+ if name == "virGetVersion":
+ return 1
return 0
def print_function_wrapper(name, output, export, include):