X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdynamic.h;h=bbe89dc7ee94c04de5b386fa2531217664bfe068;hb=548def58600a5841792504bfdb117c1077482a0d;hp=3be91992963380455df0023e34109670702d11c8;hpb=fcacc8e0306382bc3f938073092c3729d77e2b41;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/dynamic.h b/include/dynamic.h index 3be919929..bbe89dc7e 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -33,6 +33,10 @@ class CoreExport DLLManager : public classbase */ std::string err; + /** Sets the last error string + */ + void RetrieveLastError(); + public: /** This constructor loads the module using dlopen() * @param fname The filename to load. This should be within