diff options
author | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-25 08:08:35 +0000 |
commit | edca7206ca9acd95b298b40994b2c2527201a0ac (patch) | |
tree | 9a82889ac134830856cf17472f809fc513cd2cee /include/util.h | |
parent | missing (diff) | |
download | gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.tar.gz gnupg-edca7206ca9acd95b298b40994b2c2527201a0ac.zip |
changes from laptop
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |