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