libInit.cc
changeset 579 c0b8c30a97fa
parent 552 13cffc8c09a2
child 596 1bcf5b21d513
--- a/libInit.cc	Wed Apr 13 18:33:02 2011 +0200
+++ b/libInit.cc	Wed Apr 13 18:33:07 2011 +0200
@@ -13,12 +13,20 @@
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libsvn_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libstx_libsvn_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
+// void _libstx_libsvn_InitDefinition(pass, __pRT__, snd)
+// OBJ snd; struct __vmData__ *__pRT__; {
+// __BEGIN_PACKAGE2__("libstx_libsvn__DFN", _libstx_libsvn_InitDefinition, "stx:libsvn");
+// _stx_137libsvn_Init(pass,__pRT__,snd);
+
+// __END_PACKAGE__();
+// }
+
 void _libstx_libsvn_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_libsvn", _libstx_libsvn_Init, "stx:libsvn");
-_OSProcess_Init(pass,__pRT__,snd);
 _SVN__ActivityNotification_Init(pass,__pRT__,snd);
 _SVN__AuthorizationError_Init(pass,__pRT__,snd);
 _SVN__Branch_Init(pass,__pRT__,snd);