d2ceee38ca
In libcasper, the first argument to the function is a structure that
represents a connection to Casper. On systems without Casper, macros
are used to interpose the Casper functions to standard libc ones.
This may cause errors/warnings that the variable is not used.
With the inline function, there is no such problem.
I omitted this file in:
|
||
---|---|---|
.. | ||
libcasper | ||
services | ||
tests | ||
Makefile | ||
Makefile.inc |