summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index dd9edaf..c1d83c4 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -346,7 +346,7 @@ int mp_2expt(mp_int *a, int b);
/* Counts the number of lsbs which are zero before the first zero bit */
/*
-int mp_cnt_lsb(mp_int *a);
+int mp_cnt_lsb(const mp_int *a);
*/
/* I Love Earth! */