diff th_string.h @ 48:4e3616709752

Synced th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Oct 2008 02:51:35 +0200
parents 707e35b03f89
children e36df57c5b0f
line wrap: on
line diff
--- 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 *);