summaryrefslogtreecommitdiffstats
path: root/include/sh_ignore.h
blob: daf8cce85e03acf702956f659f209992f7b63491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SH_IGNORE_H
#define SH_IGNORE_H

int sh_ignore_add_del (const char * addpath);
int sh_ignore_add_new (const char * addpath);
int sh_ignore_add_mod (const char * addpath);

int sh_ignore_chk_del (const char * chkpath);
int sh_ignore_chk_new (const char * chkpath);
int sh_ignore_chk_mod (const char * chkpath);

int sh_ignore_clean (void);

#endif