From 4af0c62b15c51056dc293c8e3b907e7c41fbf08c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Feb 2013 20:25:12 +0100 Subject: common: Add func has_leading_keyword. * common/stringhelp.c (has_leading_keyword): New. --- common/stringhelp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/stringhelp.h') diff --git a/common/stringhelp.h b/common/stringhelp.h index 60ba12b8c..c1f7ea12d 100644 --- a/common/stringhelp.h +++ b/common/stringhelp.h @@ -34,6 +34,8 @@ #include "types.h" +char *has_leading_keyword (const char *string, const char *keyword); + const char *memistr (const void *buf, size_t buflen, const char *sub); char *mem2str( char *, const void *, size_t); char *trim_spaces( char *string ); -- cgit v1.2.3