summaryrefslogtreecommitdiffstats
path: root/contrib/fpconv/fpconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fpconv/fpconv.h')
-rw-r--r--contrib/fpconv/fpconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fpconv/fpconv.h b/contrib/fpconv/fpconv.h
index 58bbcccbb..83180d41f 100644
--- a/contrib/fpconv/fpconv.h
+++ b/contrib/fpconv/fpconv.h
@@ -26,7 +26,7 @@
*
*/
-int fpconv_dtoa(double fp, char dest[24]);
+int fpconv_dtoa(double fp, char dest[24], bool scientific);
#endif