]> git.sur5r.net Git - openldap/commitdiff
Added declarations of common str*() functions
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 15 Nov 1998 21:52:56 +0000 (21:52 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 15 Nov 1998 21:52:56 +0000 (21:52 +0000)
include/ac/string.h

index 147976fc68b5d3e9c42c18914b3e5db6caaaad89..c759f3a3d4ff596260197beaddac806d8540e7a7 100644 (file)
@@ -11,6 +11,8 @@
 #              define strrchr rindex
 #      endif
        char *strchr (), *strrchr ();
+       char *strcpy (), *strncpy (), *strcat (), *strncat ();
+       int   strcmp (),  strncmp (),  memcmp ();
 
 #      ifndef HAVE_MEMCPY
 #              define memcpy(d, s, n)                  bcopy ((s), (d), (n))