author | ecalot
<ecalot> 2006-01-17 01:20:41 UTC |
committer | ecalot
<ecalot> 2006-01-17 01:20:41 UTC |
parent | 8e2bbb1c9fac88a35f37727b56b80889c9014766 |
PR/src/include/tree.h | +1 | -1 |
diff --git a/PR/src/include/tree.h b/PR/src/include/tree.h index 5dc29ef..787f661 100644 --- a/PR/src/include/tree.h +++ b/PR/src/include/tree.h @@ -44,7 +44,7 @@ typedef struct { tTag* itemCursor; } tTreeStatus; -void treeStatusItem (int value,const char* index,const char* path,const char* type,unsigned long int flags,const char* typedesc,int count, tTreeStatus* status); +void treeStatusItem (int value,const char* index,const char* path,const char* type,unsigned long int flags,const char* typedesc,int count, int order, tTreeStatus* status); void treeStatusFolder(const char* path, const char* file, int palette, const char* paletteindex, tTreeStatus* status); void treeDeleteFile (const char* file, tTag* tree); void treeXmlGenerate (int n,const tTag* t,FILE* outputStream);