Revision 12350,
487 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: lsdel.h,v 1.6 1999-01-22 23:09:02 ghudson Exp $ |
---|
3 | * |
---|
4 | * This file 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 ERROR_MASK 1 |
---|
14 | #define NO_DELETE_MASK 2 |
---|
15 | |
---|
16 | int get_the_files(); |
---|
Note: See
TracBrowser
for help on using the repository browser.