mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 06:55:18 -04:00
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.3 | ||
| libcasper.c | ||
| libcasper.h | ||
| libcasper_impl.c | ||
| libcasper_impl.h | ||
| libcasper_service.3 | ||
| libcasper_service.c | ||
| libcasper_service.h | ||
| Makefile | ||
| Makefile.depend | ||
| service.c | ||
| zygote.c | ||
| zygote.h | ||