git » fp-git.git » commit f7432b2

added order

author ecalot
2006-01-17 01:20:41 UTC
committer ecalot
2006-01-17 01:20:41 UTC
parent 8e2bbb1c9fac88a35f37727b56b80889c9014766

added order

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);