datastore handles
This commit is contained in:
parent
d8fa7bc033
commit
540cd96e74
21 changed files with 286 additions and 146 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue