Last change
on this file since 372 was 170, checked in by katerina, 17 years ago |
Plenty of compiler warnings fixed, SQL query length fixed, doc update.
|
File size:
263 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);
|
---|
[1] | 6 |
|
---|
| 7 | int sh_ignore_chk_del (const char * chkpath);
|
---|
| 8 | int sh_ignore_chk_new (const char * chkpath);
|
---|
| 9 |
|
---|
[170] | 10 | int sh_ignore_clean (void);
|
---|
[1] | 11 |
|
---|
| 12 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.