aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wrapfuncs.h
blob: 1ce4fcc5f1bc1f5b616aeb4237cac353f1fd9ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@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});
${real_predecl}
@footer