datastore handles

This commit is contained in:
Olof hagsand 2017-04-15 19:42:35 +02:00
parent d8fa7bc033
commit 540cd96e74
21 changed files with 286 additions and 146 deletions

View file

@ -93,9 +93,9 @@ clicon_find_func(clicon_handle h, char *plugin, char *func)
* @param[in] dlflags See man(3) dlopen
*/
plghndl_t
plugin_load (clicon_handle h,
char *file,
int dlflags)
plugin_load(clicon_handle h,
char *file,
int dlflags)
{
char *error;
void *handle = NULL;