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

Revision 12350, 609 bytes checked in by ghudson, 26 years ago (diff)
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Line 
1/*
2 * $Id: undelete.h,v 1.6 1999-01-22 23:09:08 ghudson Exp $
3 *
4 * This program is part of a package including delete, undelete,
5 * lsdel, expunge and purge.  The software suite is meant as a
6 * replacement for rm which allows for file recovery.
7 *
8 * Copyright (c) 1989 by the Massachusetts Institute of Technology.
9 * For copying and distribution information, see the file "mit-copying.h."
10 */
11#include "mit-copying.h"
12
13#define DELETEPREFIX ".#"
14#define DELETEREPREFIX "\\.#"
15
16typedef struct {
17     char *user_name;
18     char *real_name;
19} listrec;
20
21int sort_files();
22int unique();
23
24int get_the_files();
Note: See TracBrowser for help on using the repository browser.