mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -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 |
||
|---|---|---|
| .. | ||
| 1_instance.c | ||
| 2_natout.c | ||
| 3_natin.c | ||
| Makefile | ||
| perf.c | ||
| util.c | ||
| util.h | ||