mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
The ugly stick here is this bit in the respective headers: #ifndef EXTERN #define EXTERN extern #endif with a follow-up #define EXTERN in a single .c file to push all of their definitions into one spot. A pass should be made over these three later to push these definitions into the correct files instead, but this will suffice for now and at a more leisurely pace. MFC after: 3 days |
||
|---|---|---|
| .. | ||
| acu.c | ||
| acutab.c | ||
| cmds.c | ||
| cmdtab.c | ||
| cu.1 | ||
| cu.c | ||
| hunt.c | ||
| log.c | ||
| Makefile | ||
| Makefile.depend | ||
| partab.c | ||
| pathnames.h | ||
| phones | ||
| remote | ||
| remote.c | ||
| tip.1 | ||
| tip.c | ||
| tip.h | ||
| tipout.c | ||
| uucplock.c | ||
| value.c | ||
| vars.c | ||