opnsense-src/tests/sys/netinet/libalias
Dimitry Andric 46aec7fae4 tests/libalias: Make inline functions static inline
In C, plain inline functions should never be used: they should be
declared either static inline or extern inline. In this case, they are
clearly meant to be static inline.

MFC after:	3 days
2021-12-20 10:52:25 +01:00
..
1_instance.c tests/libalias: Add missing copyright statements 2021-05-24 21:56:05 +02:00
2_natout.c tests/libalias: Factor out common primitives 2021-05-26 16:16:07 +02:00
3_natin.c tests/libalias: Bugfix in used variables 2021-07-03 00:31:54 +02:00
Makefile tests/libalias: Test LibAliasIn on redirection 2021-05-26 16:19:24 +02:00
perf.c tests/libalias: Measure cleanup time separatly 2021-05-28 17:29:10 +02:00
util.c tests/libalias: Factor out common primitives 2021-05-26 16:16:07 +02:00
util.h tests/libalias: Make inline functions static inline 2021-12-20 10:52:25 +01:00