aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmapp.h')
-rw-r--r--src/gdbmapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmapp.h b/src/gdbmapp.h
index d978cef..8cec6fb 100644
--- a/src/gdbmapp.h
+++ b/src/gdbmapp.h
@@ -33,7 +33,7 @@ void *emalloc (size_t size);
void *erealloc (void *ptr, size_t size);
void *ecalloc (size_t nmemb, size_t size);
void *ezalloc (size_t size);
-char *estrdup (char *str);
+char *estrdup (const char *str);
#define PARSEOPT_HIDDEN 0x01
#define PARSEOPT_ALIAS 0x02

Return to:

Send suggestions and report system problems to the System administrator.