repo.or.cz
/
mit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
index: fix copy/paste error
[mit.git]
/
config_filter.h
blob
ba9aaed82f38c298bf8e3737bcce8766353d7acc
1
#ifndef _MODINITTOOLS_CONFIG_FILTER_H
2
#define _MODINITTOOLS_CONFIG_FILTER_H
3
4
/* returns 0 if the name matches a well-known backup pattern */
5
int
config_filter
(
const char
*
name
);
6
7
#endif