home *** CD-ROM | disk | FTP | other *** search
- /* SYSTEM.H: @(#)system.h 1.5 93/05/01 Copyright (c)1993 thalerd */
- int unix_cmd PROTO((char *cmd));
- FILE *spopen PROTO((char *cmd));
- int spclose PROTO((FILE *fp));
- int edit PROTO((char *dir, char *file, int visual));
- int rm PROTO((char *file, int sec));
- int copy_file PROTO((char *src, char *dest, int sec));
-
- /* Security levels */
- #define SL_OWNER 0
- #define SL_USER 1
-