--- deliantra/server/crossedit/App.c 2006/05/07 08:19:29 1.2 +++ deliantra/server/crossedit/App.c 2006/05/07 13:24:54 1.3 @@ -75,9 +75,9 @@ * private **********************************************************************/ -static void AppDestroy(App self); -static Edit AppEditInsert(App self,String path,EditType type); -static void AppEditAttach(App self,Edit edit); +void AppDestroy(App self); +Edit AppEditInsert(App self,String path,EditType type); +void AppEditAttach(App self,Edit edit); #if 0 static void AbsToCr(App self,String abs) @@ -855,7 +855,7 @@ /* * member: vanish application */ -static void AppDestroy(App self) +void AppDestroy(App self) { Edit edit; Edit temp; @@ -1012,7 +1012,7 @@ /* * member: add editor */ -static Edit AppEditInsert(App self,String path,EditType type) +Edit AppEditInsert(App self,String path,EditType type) { Edit edit; Edit editor; @@ -1050,7 +1050,7 @@ /* * attach Edit to App environment */ -static void AppEditAttach(App self,Edit edit) +void AppEditAttach(App self,Edit edit) { debug1("AppEditAttach() %s\n",EditGetPath(edit)); /*** attach edit to list ***/