mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
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
|
||
|---|---|---|
| .. | ||
| 1_instance.c | ||
| 2_natout.c | ||
| 3_natin.c | ||
| Makefile | ||
| perf.c | ||
| util.c | ||
| util.h | ||