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

Revision 12350, 500 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: shell_regexp.h,v 1.4 1999-01-22 23:09:05 ghudson Exp $
3 *
4 * This program 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
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.