source:
trunk/include/sh_ignore.h@
559
Last change on this file since 559 was 425, checked in by , 12 years ago | |
---|---|
File size: 355 bytes |
Line | |
---|---|
1 | #ifndef SH_IGNORE_H |
2 | #define SH_IGNORE_H |
3 | |
4 | int sh_ignore_add_del (const char * addpath); |
5 | int sh_ignore_add_new (const char * addpath); |
6 | int sh_ignore_add_mod (const char * addpath); |
7 | |
8 | int sh_ignore_chk_del (const char * chkpath); |
9 | int sh_ignore_chk_new (const char * chkpath); |
10 | int sh_ignore_chk_mod (const char * chkpath); |
11 | |
12 | int sh_ignore_clean (void); |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.