aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/include/ntp_fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/include/ntp_fp.h')
-rw-r--r--contrib/ntp/include/ntp_fp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ntp/include/ntp_fp.h b/contrib/ntp/include/ntp_fp.h
index 2782ebfe921a..afd1f827459e 100644
--- a/contrib/ntp/include/ntp_fp.h
+++ b/contrib/ntp/include/ntp_fp.h
@@ -344,8 +344,8 @@ typedef u_int32 u_fp;
/*
* Prototypes
*/
-extern char * dofptoa (u_fp, int, short, int);
-extern char * dolfptoa (u_int32, u_int32, int, short, int);
+extern char * dofptoa (u_fp, char, short, int);
+extern char * dolfptoa (u_int32, u_int32, char, short, int);
extern int atolfp (const char *, l_fp *);
extern int buftvtots (const char *, l_fp *);