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

Revision 1705, 798 bytes checked in by jik, 35 years ago (diff)
frep
Line 
1/*
2 * $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/pattern.h,v $
3 * $Author: jik $
4 * $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/pattern.h,v 1.2 1989-01-27 02:58:39 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
14char **add_str();
15char **find_contents();
16char **find_deleted_contents();
17char **find_deleted_contents_recurs();
18char **find_matches();
19char **find_deleted_matches();
20char **find_recurses();
21char **find_deleted_recurses();
22
23char *parse_pattern();
Note: See TracBrowser for help on using the repository browser.