source: trunk/include/sh_ignore.h@ 502

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

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

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