diff options
| author | jtc <jtc@NetBSD.org> | 1994-08-02 05:03:46 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-08-02 05:03:46 +0000 |
| commit | 34dc9c85a522e6c98e80dcabce6f41ddfd1b86fa (patch) | |
| tree | c2b9a826584ce63a59f36bf3a1733d8e6c0b3537 /include | |
| parent | a0752b653cea1921c688bb21f0c8420ac349810c (diff) | |
Added prototype for new function strsignal()
Diffstat (limited to 'include')
| -rw-r--r-- | include/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 2f564657469..53686f95cef 100644 --- a/include/string.h +++ b/include/string.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)string.h 5.10 (Berkeley) 3/9/91 - * $Id: string.h,v 1.4 1994/05/21 09:42:34 cgd Exp $ + * $Id: string.h,v 1.5 1994/08/02 05:03:46 jtc Exp $ */ #ifndef _STRING_H_ @@ -87,6 +87,7 @@ char *strdup __P((const char *)); void strmode __P((int, char *)); int strncasecmp __P((const char *, const char *, size_t)); char *strsep __P((char **, const char *)); +char *strsignal __P((int)); void swab __P((const void *, void *, size_t)); #endif __END_DECLS |
