summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index 7e89a39..9ace7fd 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclTomMath.decls,v 1.3 2007/12/13 15:23:20 dgp Exp $
+# RCS: @(#) $Id: tclTomMath.decls,v 1.4 2008/07/24 22:57:56 nijtmans Exp $
library tcl
@@ -134,7 +134,7 @@ declare 35 generic {
int TclBN_mp_radix_size(mp_int* a, int radix, int* size)
}
declare 36 generic {
- int TclBN_mp_read_radix(mp_int* a, const char* str, int radix)
+ int TclBN_mp_read_radix(mp_int* a, CONST char* str, int radix)
}
declare 37 generic {
void TclBN_mp_rshd(mp_int * a, int shift)