home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Source: /mit/jik/src/delete/RCS/undelete.h,v $
- * $Author: jik $
- * $Header: undelete.h,v 1.3 89/03/27 12:08:17 jik Exp $
- *
- * This program is part of a package including delete, undelete,
- * lsdel, expunge and purge. The software suite is meant as a
- * replacement for rm which allows for file recovery.
- *
- * Copyright (c) 1989 by the Massachusetts Institute of Technology.
- * For copying and distribution information, see the file "mit-copyright.h."
- */
- #include "mit-copyright.h"
-
- #define DELETEPREFIX ".#"
- #define DELETEREPREFIX "\\.#"
- #define ERROR_MASK 1
- #define NO_DELETE_MASK 2
-
- typedef struct {
- char *user_name;
- char *real_name;
- } listrec;
-
- listrec *sort_files();
- listrec *unique();
-
- char **get_the_files();
-