summaryrefslogtreecommitdiff
path: root/src/network/dn_comp.c
blob: 4f4452aa4217aac42f5ad58a2597a1026f35cebb (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <resolv.h>
#include "libc.h"

int __dn_comp(const char *src, unsigned char *dst, int space, unsigned char **dnptrs, unsigned char **lastdnptr)
{
	return -1;
}

weak_alias(__dn_comp, dn_comp);