# HG changeset patch # User Matti Hamalainen # Date 1225241495 -7200 # Node ID 4e3616709752b9c0e73a9910da1595d92ab67a27 # Parent e47955d42b555645727ba81c50cdb058a83d3b3d Synced th-libs. diff -r e47955d42b55 -r 4e3616709752 th_string.h --- a/th_string.h Wed Oct 29 02:51:18 2008 +0200 +++ b/th_string.h Wed Oct 29 02:51:35 2008 +0200 @@ -43,8 +43,7 @@ */ char *th_stralloc(size_t); char *th_strrealloc(char *, size_t); -char *th_strdup(char *); -char *th_strncpy(char *, char *, size_t); +char *th_strncpy(char *, const char *, size_t); int th_strcasecmp(char *, char *); int th_strncasecmp(char *, char *, size_t); void th_strip_ctrlchars(char *);