changeset 48:4e3616709752

Synced th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Oct 2008 02:51:35 +0200
parents e47955d42b55
children 0bcc38910a77
files th_string.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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 *);