home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Source: /mit/jik/src/delete/RCS/pattern.h,v $
- * $Author: jik $
- * $Header: pattern.h,v 1.3 89/03/27 12:07:57 jik Exp $
- *
- * This program is part of a package including delete, undelete,
- * lsdel, expunge and purge. The software suite is meant as a
- * replacement for rm which allows for file recovery.
- *
- * Copyright (c) 1989 by the Massachusetts Institute of Technology.
- * For copying and distribution information, see the file "mit-copyright.h."
- */
- #include "mit-copyright.h"
-
- char **add_str();
- char **find_contents();
- char **find_deleted_contents();
- char **find_deleted_contents_recurs();
- char **find_matches();
- char **find_deleted_matches();
- char **find_recurses();
- char **find_deleted_recurses();
-
- char *parse_pattern();
-