diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c index 32d4e57837..8bdb58800f 100644 --- a/docs/examples/multi-debugcallback.c +++ b/docs/examples/multi-debugcallback.c @@ -36,13 +36,10 @@ /* curl stuff */ #include -typedef char bool; #define TRUE 1 -static -void dump(const char *text, - FILE *stream, unsigned char *ptr, size_t size, - bool nohex) +static void dump(const char *text, FILE *stream, unsigned char *ptr, + size_t size, char nohex) { size_t i; size_t c;