diff options
Diffstat (limited to 'harness/tools/genintf.pl')
-rw-r--r-- | harness/tools/genintf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/tools/genintf.pl b/harness/tools/genintf.pl index 12d525d..794f966 100644 --- a/harness/tools/genintf.pl +++ b/harness/tools/genintf.pl @@ -5,7 +5,7 @@ $comment=""; print "#ifndef _PLUG_INTF\n"; print "#define _PLUG_INTF\n"; print "\n#include <stdint.h>\n"; -print "\ntypedef void* opqst_t;\n"; +print "\n#include <plugin_types.h>\n"; while (<STDIN>) { if (/^\s*\/\*/) { |