stubs: add NSR_GetName()
Fixes: 93f6358916
("cmdmon: add request to get source name")
This commit is contained in:
parent
8634158de0
commit
3477cbe28f
1 changed files with 6 additions and 0 deletions
6
stubs.c
6
stubs.c
|
@ -222,6 +222,12 @@ NSR_RefreshAddresses(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char *
|
||||||
|
NSR_GetName(IPAddr *address)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
NSR_SetSourceResolvingEndHandler(NSR_SourceResolvingEndHandler handler)
|
NSR_SetSourceResolvingEndHandler(NSR_SourceResolvingEndHandler handler)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue