summaryrefslogtreecommitdiffstats
path: root/src/afb-hook-flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hook-flags.h')
-rw-r--r--src/afb-hook-flags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-hook-flags.h b/src/afb-hook-flags.h
index 40b8d96a..d9619be5 100644
--- a/src/afb-hook-flags.h
+++ b/src/afb-hook-flags.h
@@ -17,6 +17,8 @@
#pragma once
+#if WITH_AFB_HOOK /***********************************************************/
+
extern int afb_hook_flags_xreq_from_text(const char *text);
extern int afb_hook_flags_api_from_text(const char *text);
extern int afb_hook_flags_evt_from_text(const char *text);
@@ -36,3 +38,4 @@ extern char *afb_hook_flags_legacy_ditf_to_text(int value);
extern char *afb_hook_flags_legacy_svc_to_text(int value);
#endif
+#endif /* WITH_AFB_HOOK *******************************************************/