Parent Directory
|
Revision Log
|
Revision Graph
Importing web-site building process.
1 | #ifndef __HasSeenModule_PropLimit |
2 | #define __HasSeenModule_PropLimit 1 |
3 | |
4 | void initModule_PropLimit (SWISH *sw); |
5 | void ClearLimitParameter (SWISH *sw); |
6 | void freeModule_PropLimit (SWISH *sw); |
7 | |
8 | int Prepare_PropLookup(SWISH *sw ); |
9 | int SetLimitParameter(SWISH *sw, char *propertyname, char *low, char *hi); |
10 | int LimitByProperty( SWISH *sw, IndexFILE *indexf, int filenum ); |
11 | int is_prop_limit_used( SWISH *sw ); |
12 | |
13 | #endif |
14 | |
15 | |
16 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |