]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/header.h
oops, we do need privs. do the right seteuid() thing.
[bsdgames-darwin.git] / larn / header.h
index 2dfec532f6f7821c8009191640594ccef2f82ec4..f61622291dbb4137f16b9e7507ee6cd1e53038b8 100644 (file)
@@ -1,7 +1,9 @@
-/*     $NetBSD: header.h,v 1.6 1995/04/22 07:34:05 cgd Exp $   */
+/*     $NetBSD: header.h,v 1.8 1996/05/22 00:36:04 mrg Exp $   */
 
 /*     header.h                Larn is copyrighted 1986 by Noah Morgan. */
 
+#include <sys/types.h>
+
 #define MAXLEVEL 11
        /*      max # levels in the dungeon                     */
 #define MAXVLEVEL 3
@@ -346,6 +348,7 @@ extern short diroffx[],diroffy[],hitflag,hit2flag,hit3flag,hitp[MAXX][MAXY];
 extern short iarg[MAXX][MAXY],ivenarg[],lasthx,lasthy,lastnum,lastpx,lastpy;
 extern short nobeep,oldx,oldy,playerx,playery;
 extern int dayplay,enable_scroll,srcount,yrepcount,userid,wisid,lfd,fd;
+extern uid_t uid, euid;
 extern long initialtime,outstanding_taxes,skill[],gtime,c[],cbak[];
 extern unsigned long randx;
 extern struct cel *cell;
@@ -355,7 +358,7 @@ extern struct _itm itm[];
 
 char *fortune(),*getenv(),*getlogin(),*lgetw(),*lgetl(),*ctime();
 char *tmcapcnv(),*tgetstr(),*tgoto();
-long paytaxes(),lgetc(),lrint(),time();
+long paytaxes(),lgetc(),lrint();
 unsigned long readnum();
 void *malloc();