""
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user