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
2003-10-11 21:22:16 +00:00

10 lines
198 B
C

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