diff options
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 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); |
