Browse CVS Repository
Diff of /malonnote/mnModel.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 72 |
mnModel(const char* dataDir); |
mnModel(const char* dataDir); |
| 73 |
~mnModel(); |
~mnModel(); |
| 74 |
WikiList* search(const char* searchStr); |
WikiList* search(const char* searchStr); |
| 75 |
|
void group(); |
| 76 |
bool normalSearch(char* tokenList[], FILE*fp, char* decodeFileNameBuf); |
bool normalSearch(char* tokenList[], FILE*fp, char* decodeFileNameBuf); |
| 77 |
bool typeSearch(char* typeStr, FILE*fp); |
bool typeSearch(char* typeStr, FILE*fp); |
| 78 |
void addWikiData(WikiData* wikiData); |
void addWikiData(WikiData* wikiData); |
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|