serval-dna/overlay_route.c

8 lines
141 B
C
Raw Normal View History

#include "mphlr.h"
int overlay_get_nexthop(overlay_payload *p,unsigned char *nexthop,int *nexthoplen)
{
return WHY("Not implemented");
}