source: trunk/include/sh_ignore.h@ 580

Last change on this file since 580 was 425, checked in by katerina, 12 years ago

Fix for tickets #329, #330, #331, #332

File size: 355 bytes
Line 
1#ifndef SH_IGNORE_H
2#define SH_IGNORE_H
3
4int sh_ignore_add_del (const char * addpath);
5int sh_ignore_add_new (const char * addpath);
6int sh_ignore_add_mod (const char * addpath);
7
8int sh_ignore_chk_del (const char * chkpath);
9int sh_ignore_chk_new (const char * chkpath);
10int sh_ignore_chk_mod (const char * chkpath);
11
12int sh_ignore_clean (void);
13
14#endif
Note: See TracBrowser for help on using the repository browser.