modules: clean up vlc_dl(open|close|sym) wrappers
commit77b641f79bc05478044b119143e94a5445d72903
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Mar 2018 18:33:24 +0000 (1 20:33 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Mar 2018 20:24:54 +0000 (1 22:24 +0200)
tree86eaf513e5ab06b1f403f4697f8983687fe4575e
parent9c65322c95d0966ce0897ddb24591937d5e7250c
modules: clean up vlc_dl(open|close|sym) wrappers

Rename functions and match the usual prototypes, which works basically
everywhere (except for naming differences). Also fix and deduplicate
Doxygen.

Functions are not exported for now (no portable use case as of yet).
src/modules/bank.c
src/modules/modules.h
src/os2/plugin.c
src/posix/plugin.c
src/win32/plugin.c