diff options
| author | Michael Brown | 2006-12-08 01:34:47 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-08 01:34:47 +0100 |
| commit | 496563071d22166522a4ec9887357dde00d07fdc (patch) | |
| tree | e13aa34801f29413b766367f8d9b6e1c74850c3a /src/include | |
| parent | Added missing prototype (diff) | |
| download | ipxe-496563071d22166522a4ec9887357dde00d07fdc.tar.gz ipxe-496563071d22166522a4ec9887357dde00d07fdc.tar.xz ipxe-496563071d22166522a4ec9887357dde00d07fdc.zip | |
Added strdup()
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/string.h b/src/include/string.h index 8ada05a0f..a6f3e71b9 100644 --- a/src/include/string.h +++ b/src/include/string.h @@ -66,5 +66,6 @@ int __attribute__ (( pure )) memcmp(const void * cs,const void * ct, void * memscan(void * addr, int c, size_t size); char * strstr(const char * s1,const char * s2); void * memchr(const void *s, int c, size_t n); +char * strdup(const char *s); #endif /* ETHERBOOT_STRING */ |
