From b23fc484036e2c492b048a5701ae0b8a93d422ae Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 15:31:55 -0600 Subject: The changes I needed to get it to build --- 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 843b209..bc9929a 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