diff options
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r-- | Include/allobjects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index dd78a83..34232fd 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -52,5 +52,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "errors.h" #include "mymalloc.h" -extern char *strdup PROTO((const char *)); extern void fatal PROTO((char *)); |