forked from PretendoNetwork/Inkay
chore: bump libplum submodule
This commit is contained in:
parent
60e0b0bc12
commit
344d41a0f2
2 changed files with 9 additions and 1 deletions
8
common/wut_ac_missing.h
Normal file
8
common/wut_ac_missing.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <nn/ac/ac_c.h>
|
||||
|
||||
NNResult ACGetAssignedAlternativeDns(uint32_t *ip);
|
||||
NNResult ACGetAssignedGateway(uint32_t *ip);
|
||||
NNResult ACGetAssignedPreferedDns(uint32_t *ip); // sic
|
||||
NNResult ACGetAssignedSubnet(uint32_t *ip);
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 70e85c9eedf52d8048177876037f98e0c0cf91ff
|
||||
Subproject commit 79e85e61e638e04c10f74f65e1e06957d7658ac7
|
||||
Loading…
Reference in a new issue