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
2002-03-05 21:32:52 +00:00

10 lines
186 B
C

/* $Id$ */
#ifndef _DOOR_H
#define _DOOR_H
void ExtDoor(char *, int, int, int, int, int); /* Run external door */
int exec_nosuid(char *); /* Execute as real user */
#endif