stubs: add CAM_OpenUnixSocket()
It is needed to build with disabled cmdmon.
This commit is contained in:
parent
7bf0684557
commit
16eb18e797
1 changed files with 5 additions and 0 deletions
5
stubs.c
5
stubs.c
|
@ -75,6 +75,11 @@ CAM_Finalise(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
CAM_OpenUnixSocket(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
CAM_AddAccessRestriction(IPAddr *ip_addr, int subnet_bits, int allow, int all)
|
CAM_AddAccessRestriction(IPAddr *ip_addr, int subnet_bits, int allow, int all)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue