chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8526bbd
)
mp.c: Factor out and export `mphash'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 Oct 2019 10:48:12 +0000
(11:48 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:40 +0000
(
02:50
+0000)
catacomb-python.h
patch
|
blob
|
blame
|
history
diff --git
a/catacomb-python.h
b/catacomb-python.h
index 03077019e36bd6f39c8654318ba742d58cf72721..490862bce7188643b274214f3797a219f19756ca 100644
(file)
--- a/
catacomb-python.h
+++ b/
catacomb-python.h
@@
-324,6
+324,7
@@
extern mp *getgf(PyObject *);
extern int convgf(PyObject *, void *);
extern PyObject *mp_pywrap(mp *);
extern PyObject *gf_pywrap(mp *);
+extern long mphash(mp *);
extern mp *mp_frompyobject(PyObject *, int);
extern PyObject *mp_topystring(mp *, int,
const char *, const char *, const char *);