This commit is contained in:
chris
2002-11-04 12:29:06 +00:00
parent 09e55647de
commit 83c173350b
21 changed files with 732 additions and 34 deletions

View File

@@ -10,7 +10,13 @@
#ifndef __SCREENFILTER_H_ /* include guard */
#define __SCREENFILTER_H_
#include "config.h"
#ifdef HAVE_REGCOMP
int screen_filter_set(char* s);
int screen_filter_match(char* s);
#endif
#endif /* __SCREENFILTER_H_ */