diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-22 11:29:55 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-22 18:47:49 -0800 |
| commit | 0fe744d4ed01a9975c0747603d558c954f66c80e (patch) | |
| tree | 971c384ec3282e2b2de918d488c74167f32c3100 /pkg/openbsd/include/string.h | |
| parent | d94f53896152198469035d38f935124500b9d6fe (diff) | |
mdocml: Update to 1.14.1
Diffstat (limited to 'pkg/openbsd/include/string.h')
| -rw-r--r-- | pkg/openbsd/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/openbsd/include/string.h b/pkg/openbsd/include/string.h index 17c8ad81..19298a67 100644 --- a/pkg/openbsd/include/string.h +++ b/pkg/openbsd/include/string.h @@ -1,4 +1,5 @@ #include_next <string.h> void explicit_bzero(void *, size_t); +char *strcasestr(const char *, const char *); void strmode(int, char *); int timingsafe_memcmp(const void *, const void *, size_t); |
