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