diff options
author | okan | 2009-06-17 12:30:17 +0000 |
---|---|---|
committer | okan | 2009-06-17 12:30:17 +0000 |
commit | b278e79f2a21d29e7f75de35544e19dd6960fcbf (patch) | |
tree | 3d041448050839cb0c974cf9b66d8ef747b40650 /search.c | |
parent | 434c48f5fafd6b0709f4fe60d1306a8d1e00f0a2 (diff) | |
download | cwm-b278e79f2a21d29e7f75de35544e19dd6960fcbf.tar.gz |
move like defines to a central, logical location; no binary change.
aok oga@
Diffstat (limited to 'search.c')
-rw-r--r-- | search.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,14 +14,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: search.c,v 1.15 2009/05/18 00:23:35 okan Exp $ + * $Id: search.c,v 1.16 2009/06/17 12:30:17 okan Exp $ */ #include "headers.h" #include "calmwm.h" -#define SearchMask (KeyPressMask|ExposureMask) - static int strsubmatch(char *, char *, int); /* |