remove redundant typedef that caused problems with some compilers
thanks to report from Piotr Kubaj against FreeBSD port: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236195
This commit is contained in:
parent
e282493095
commit
e2e465eb7b
1 changed files with 0 additions and 2 deletions
|
|
@ -49,8 +49,6 @@
|
||||||
/*
|
/*
|
||||||
* Types
|
* Types
|
||||||
*/
|
*/
|
||||||
/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */
|
|
||||||
typedef void *plghndl_t;
|
|
||||||
|
|
||||||
/*! Registered RPC callback function
|
/*! Registered RPC callback function
|
||||||
* @param[in] h Clicon handle
|
* @param[in] h Clicon handle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue