aboutsummaryrefslogtreecommitdiffstats
path: root/common/stringhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stringhelp.h')
-rw-r--r--common/stringhelp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/stringhelp.h b/common/stringhelp.h
index c1f7ea12d..21bb20d5a 100644
--- a/common/stringhelp.h
+++ b/common/stringhelp.h
@@ -34,6 +34,7 @@
#include "types.h"
+/*-- stringhelp.c --*/
char *has_leading_keyword (const char *string, const char *keyword);
const char *memistr (const void *buf, size_t buflen, const char *sub);
@@ -145,5 +146,8 @@ char *strconcat (const char *s1, ...) GNUPG_GCC_A_SENTINEL(0);
char *xstrconcat (const char *s1, ...) GNUPG_GCC_A_SENTINEL(0);
+/*-- mapstrings.c --*/
+const char *map_static_macro_string (const char *string);
+
#endif /*LIBJNLIB_STRINGHELP_H*/