aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/include/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/include/args.h')
-rw-r--r--contrib/bc/include/args.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bc/include/args.h b/contrib/bc/include/args.h
index a2f5b416ce9b..cf6bcbef621c 100644
--- a/contrib/bc/include/args.h
+++ b/contrib/bc/include/args.h
@@ -46,8 +46,10 @@
* @param argv The array of arguments.
* @param exit_exprs True if bc/dc should exit when there are expressions,
* false otherwise.
+ * @param scale The current scale.
*/
-void bc_args(int argc, char *argv[], bool exit_exprs);
+void
+bc_args(int argc, char* argv[], bool exit_exprs, BcBigDig scale);
// A reference to the list of long options.
extern const BcOptLong bc_args_lopt[];