Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / KernelLand / Kernel / include / modules.h
index 1c56146..cb436a6 100644 (file)
@@ -102,7 +102,7 @@ typedef struct sModuleLoader
        struct sModuleLoader    *Next;  //!< Kernel Only - Next loader in list
        char    *Name;  //!< Friendly name for the loader
         int    (*Detector)(void *Base);        //!< Simple detector function
-        int    (*Loader)(void *Base);  //!< Initialises the module
+        int    (*Loader)(void *Base, const char *ArgumentString);      //!< Initialises the module
         int    (*Unloader)(void *Base);        //!< Calls module's cleanup
 } PACKED tModuleLoader;
 

UCC git Repository :: git.ucc.asn.au