Merge branch 'master' of https://github.com/dcornejo/clixon into dcornejo-master

This commit is contained in:
Olof hagsand 2019-03-06 10:03:58 +01:00
commit 77387e9c65
4 changed files with 3 additions and 3 deletions

View file

@ -49,8 +49,6 @@
/*
* Types
*/
/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */
typedef void *plghndl_t;
/*! Registered RPC callback function
* @param[in] h Clicon handle

View file

@ -68,6 +68,7 @@
#include <sys/stat.h>
#include <sys/param.h>
#include <netinet/in.h>
#include <libgen.h>
/* cligen */
#include <cligen/cligen.h>