projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166bf6d
)
Typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 6 May 2007 20:11:03 +0000
(20:11 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 6 May 2007 20:11:03 +0000
(20:11 +0000)
lib/silcmath/silcmp.h
patch
|
blob
|
history
diff --git
a/lib/silcmath/silcmp.h
b/lib/silcmath/silcmp.h
index 007c15aca3c56144ee39538e625cf68560cfc0c9..313e7548a6c07afa85955267e2217d78ed52e758 100644
(file)
--- a/
lib/silcmath/silcmp.h
+++ b/
lib/silcmath/silcmp.h
@@
-75,7
+75,7
@@
typedef SILC_MP_INT SilcMPInt;
***/
void silc_mp_init(SilcMPInt *mp);
-
void
silc_mp_sinit(SilcStack stack, SilcMPInt *mp);
+
SilcBool
silc_mp_sinit(SilcStack stack, SilcMPInt *mp);
/****f* silcmath/SilcMPAPI/silc_mp_uninit
*