summaryrefslogtreecommitdiffstats
path: root/Include/objimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r--Include/objimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 4716517..e6f9929 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -28,4 +28,4 @@ extern int StopPrint; /* Set when printing is interrupted */
/* Malloc interface */
#include "malloc.h"
-extern char *strdup PROTO((char *));
+extern char *strdup PROTO((const char *));