aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externs.h b/externs.h
index c8aa862..c621d3b 100644
--- a/externs.h
+++ b/externs.h
@@ -179,7 +179,7 @@ extern void clock_t_to_secs ();
extern void print_clock_t ();
/* Declarations for functions defined in lib/sh/fdprintf.c */
-extern void fdprintf __P((int, const char *, ...)) __attribute__((__format__ (printf, 2, 3)));
+extern int fdprintf __P((int, const char *, ...)) __attribute__((__format__ (printf, 2, 3)));
/* Declarations for functions defined in lib/sh/fmtulong.c */
#define FL_PREFIX 0x01 /* add 0x, 0X, or 0 prefix as appropriate */