This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsebbs/door.h

10 lines
244 B
C
Raw Permalink Normal View History

2009-05-15 20:01:56 +00:00
/* $Id: door.h,v 1.3 2003/10/11 21:22:16 mbroek Exp $ */
#ifndef _DOOR_H
#define _DOOR_H
void ExtDoor(char *, int, int, int, int, int, int, char *); /* Run external door */
int exec_nosuid(char *); /* Execute as real user */
#endif