aboutsummaryrefslogtreecommitdiff
path: root/src/modsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modsupport.h')
-rw-r--r--src/modsupport.h2
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);