source: trunk/athena/bin/delete/undelete.h @ 1705

Revision 1705, 796 bytes checked in by jik, 35 years ago (diff)
frep
Line 
1/*
2 * $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/undelete.h,v $
3 * $Author: jik $
4 * $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/undelete.h,v 1.2 1989-01-27 02:58:59 jik Exp $
5 *
6 * This program is part of a package including delete, undelete,
7 * lsdel, expunge and purge.  The software suite is meant as a
8 * replacement for rm which allows for file recovery.
9 *
10 * Copyright (c) 1989 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file "mit-copyright.h."
12 */
13
14#define DELETEPREFIX ".#"
15#define DELETEREPREFIX "\\.#"
16#define ERROR_MASK 1
17#define NO_DELETE_MASK 2
18
19typedef struct {
20     char *user_name;
21     char *real_name;
22} listrec;
23
24listrec *sort_files();
25listrec *unique();
26
27char **get_the_files();
Note: See TracBrowser for help on using the repository browser.