opnsense-src/tests/sys/netinet/libalias
Dimitry Andric cca67690ac 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

(cherry picked from commit 46aec7fae4)
2021-12-27 11:19:31 +01:00
..
1_instance.c test/libalias: Tests for instantiation and outgoing NAT 2021-05-29 15:09:55 +02:00
2_natout.c tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
3_natin.c tests/libalias: Bugfix in used variables 2021-07-05 07:58:02 +02:00
Makefile tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
perf.c tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
util.c tests/libalias: Test LibAliasIn and redirection 2021-06-02 11:35:09 +02:00
util.h tests/libalias: Make inline functions static inline 2021-12-27 11:19:31 +01:00