]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
sys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for consistency
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index df7e81ae25c288e723027ae64b05dff9f9d462c8..b606315d70e241c4cb638ed9623eb4be1e5002b3 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -179,7 +179,7 @@ qbool Sys_LoadSelf(dllhandle_t *handle);
  * \param fcts
  */
 qbool Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllfunction_t *fcts);
-void Sys_UnloadLibrary (dllhandle_t* handle);
+void Sys_FreeLibrary (dllhandle_t* handle);
 void* Sys_GetProcAddress (dllhandle_t handle, const char* name);
 
 int Sys_CheckParm (const char *parm);