source: trunk/athena/bin/delete/shell_regexp.h @ 2172

Revision 2172, 516 bytes checked in by jik, 35 years ago (diff)
Initial revision
Line 
1/*
2 * $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/shell_regexp.h,v $
3 * $Author: jik $
4 *
5 * This program is part of a package including delete, undelete,
6 * lsdel, expunge and purge.  The software suite is meant as a
7 * replacement for rm which allows for file recovery.
8 *
9 * Copyright (c) 1989 by the Massachusetts Institute of Technology.
10 * For copying and distribution information, see the file "mit-copyright.h."
11 */
12
13extern int reg_cmp();
14
15#define REGEXP_MATCH 1
16#define REGEXP_NO_MATCH 0
Note: See TracBrowser for help on using the repository browser.