From ea5e3bc0b1d21005fc30df8f525f5848657cfce7 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Tue, 13 Dec 2016 09:03:36 +1100 Subject: [PATCH] Mark dispatch functions as public API --- src/dispatcher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatcher.c b/src/dispatcher.c index 810a5299..fb2f4f02 100644 --- a/src/dispatcher.c +++ b/src/dispatcher.c @@ -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,