Fix clang warning (missing type specifier)

This commit is contained in:
Zeex 2015-01-07 13:18:08 +06:00
parent 862362cda6
commit c823f3fd40

View File

@ -1,7 +1,7 @@
#include <subhook.h>
extern foo();
extern foo_hook();
extern void foo();
extern void foo_hook();
subhook_t hfoo;