mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 18:30:08 -04:00
5 lines
126 B
Text
5 lines
126 B
Text
module C {
|
|
header "../src/public-in-c.h"
|
|
private header "../src/public-in-b.h"
|
|
private header "../src/private-in-c.h"
|
|
}
|