Mark dispatch functions as public API

This commit is contained in:
Matthew Barr 2016-12-13 09:03:36 +11:00
parent 0d87116d33
commit ea5e3bc0b1

View File

@ -60,6 +60,7 @@
} \
\
/* function */ \
HS_PUBLIC_API \
RTYPE NAME(__VA_ARGS__) __attribute__((ifunc("resolve_" #NAME)))
CREATE_DISPATCH(hs_error_t, hs_scan, const hs_database_t *db, const char *data,