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$.
|
Rev | Line | |
---|
[1714] | 1 | /* |
---|
[12350] | 2 | * $Id: lsdel.h,v 1.6 1999-01-22 23:09:02 ghudson Exp $ |
---|
[1714] | 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. |
---|
[4505] | 9 | * For copying and distribution information, see the file "mit-copying.h." |
---|
[1714] | 10 | */ |
---|
[4505] | 11 | #include "mit-copying.h" |
---|
[1714] | 12 | |
---|
| 13 | #define ERROR_MASK 1 |
---|
| 14 | #define NO_DELETE_MASK 2 |
---|
| 15 | |
---|
[2176] | 16 | int get_the_files(); |
---|
Note: See
TracBrowser
for help on using the repository browser.