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
2009-05-15 22:01:56 +02:00

10 lines
244 B
C

/* $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