diff options
| author | Skip Montanaro <[email protected]> | 2021-02-16 20:26:50 -0600 |
|---|---|---|
| committer | Skip Montanaro <[email protected]> | 2021-02-16 20:26:50 -0600 |
| commit | 7fed00c4f5e75001d2ac06c76ed24db6a82869f1 (patch) | |
| tree | 3a4908633a3a26da34f63cc6f0288288ea54c1d0 /src/modsupport.h | |
| parent | c0f170462209484074470d693af44c65e5a252ac (diff) | |
| download | python-0.9.1-patched-QoL-7fed00c4f5e75001d2ac06c76ed24db6a82869f1.tar.xz python-0.9.1-patched-QoL-7fed00c4f5e75001d2ac06c76ed24db6a82869f1.zip | |
reapply patches
Diffstat (limited to 'src/modsupport.h')
| -rw-r--r-- | src/modsupport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modsupport.h b/src/modsupport.h index 016220f..0862b6d 100644 --- a/src/modsupport.h +++ b/src/modsupport.h @@ -25,3 +25,5 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Module support interface */ extern object *initmodule PROTO((char *, struct methodlist *)); +extern int getintarg(object *v, int *a); +extern void fatal(char *msg); |
