From 7fed00c4f5e75001d2ac06c76ed24db6a82869f1 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 20:26:50 -0600 Subject: reapply patches --- src/modsupport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modsupport.h') 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); -- cgit v1.2.3