]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTComponentHandler.h
added -skip-datatype argument; automatically add format specifier if pattern of ...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTComponentHandler.h
index 00ebee759ad9149db678957ae9fe094c9a8f0047..826ba585b7c468946cd3a54e120b08d84fa510f4 100644 (file)
@@ -108,7 +108,7 @@ class AliHLTComponentHandler : public AliHLTLogging {
    * @param symbol       the symbol to find
    * @return void pointer to function
    */
-  void* FindSymbol(const char* library, const char* symbol);
+  void (*FindSymbol(const char* library, const char* symbol))();
 
   /**
    * Unload a component shared library.