summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-common-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-common-core.h')
-rw-r--r--src/fe-common/core/fe-common-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-common-core.h b/src/fe-common/core/fe-common-core.h
index 7f3078de..88b2e94b 100644
--- a/src/fe-common/core/fe-common-core.h
+++ b/src/fe-common/core/fe-common-core.h
@@ -6,4 +6,8 @@ void fe_common_core_init(void);
void fe_common_core_deinit(void);
void fe_common_core_finish_init(void);
+/* Returns TRUE if "dest->target" or "dest->server_tag/dest->target" is found in
+ * array, otherwise FALSE. */
+gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest);
+
#endif