aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wrapfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wrapfuncs.h')
-rw-r--r--templates/wrapfuncs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/wrapfuncs.h b/templates/wrapfuncs.h
new file mode 100644
index 0000000..63ba903
--- /dev/null
+++ b/templates/wrapfuncs.h
@@ -0,0 +1,10 @@
+@name pseudo_wrapfuncs.h
+@header
+/* wrapper functions. generated automatically. */
+
+/* This file is generated and should not be modified. See the makewrappers
+ * script if you want to modify this. */
+@body
+/* ${comment} */
+static ${type} wrap_${name}(${wrap_args});
+static ${type} (*real_${name})(${decl_args});