summaryrefslogtreecommitdiffstats
path: root/makeapi
diff options
context:
space:
mode:
Diffstat (limited to 'makeapi')
-rwxr-xr-xmakeapi7
1 files changed, 7 insertions, 0 deletions
diff --git a/makeapi b/makeapi
index 1d418fe69..757200d57 100755
--- a/makeapi
+++ b/makeapi
@@ -136,6 +136,13 @@ def validate_api():
rval = 0
+ expected_args = 0
+ expected_options = 0
+ expected_output = 0
+ found_args = []
+ found_options = []
+ found_output = []
+
# First run through the file and compare it to the API
existing_cmds = []
cmd = None