blob: ba9aaed82f38c298bf8e3737bcce8766353d7acc [file] [log] [blame]
#ifndef _MODINITTOOLS_CONFIG_FILTER_H
#define _MODINITTOOLS_CONFIG_FILTER_H
/* returns 0 if the name matches a well-known backup pattern */
int config_filter(const char *name);
#endif