From edca7206ca9acd95b298b40994b2c2527201a0ac Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 25 Apr 1998 08:08:35 +0000 Subject: changes from laptop --- include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 620457860..3f39656f3 100644 --- a/include/util.h +++ b/include/util.h @@ -116,7 +116,7 @@ void free_strlist( STRLIST sl ); void add_to_strlist( STRLIST *list, const char *string ); STRLIST strlist_prev( STRLIST head, STRLIST node ); STRLIST strlist_last( STRLIST node ); -char *memistr( char *buf, size_t buflen, const char *sub ); +const char *memistr( const char *buf, size_t buflen, const char *sub ); char *mem2str( char *, const void *, size_t); char *trim_spaces( char *string ); int string_count_chr( const char *string, int c ); -- cgit v1.2.3