X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;h=bd32a5efc114fc8efd2dfa6f2dfea290831f4411;hp=485ed8864bc9f7e97b7079f5e99c643b1552a0c6;hb=c74d8ef6f193cb2be876c920c5cb7f599dd5418a;hpb=d1fe92e22362ab81cdf10f09b4847261f3b9899a diff --git a/symbol.h b/symbol.h index 485ed88..bd32a5e 100644 --- a/symbol.h +++ b/symbol.h @@ -39,6 +39,7 @@ SYM // Globals, externals, etc. extern int curenv; extern char subttl[]; +extern int eject(void); // Exported functions SYM * lookup(char *, int, int);