diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-08 14:29:42 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-08 14:30:24 +0100 |
commit | 6645bbc660ad573da8edee574b1cdae9a92691dc (patch) | |
tree | c4821254c6d15cacda8fb9a83721e272b5885d6e /tests/headers/use-core.h | |
parent | 108c4ca68769e7acad2a503001a156e0c51a7a8b (diff) |
Fix --use-core for functions, since we used the aster helper.
Signed-off-by: Emilio Cobos Álvarez <ecoal95@gmail.com>
Diffstat (limited to 'tests/headers/use-core.h')
-rw-r--r-- | tests/headers/use-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/use-core.h b/tests/headers/use-core.h index 535d2b15..42bb10d9 100644 --- a/tests/headers/use-core.h +++ b/tests/headers/use-core.h @@ -4,3 +4,5 @@ struct foo { int a, b; void* bar; }; + +typedef void (*fooFunction)(int bar); |