diff options
Diffstat (limited to 'src/network/dn_comp.c')
-rw-r--r-- | src/network/dn_comp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/dn_comp.c b/src/network/dn_comp.c index f0ccd160..d31dd1e3 100644 --- a/src/network/dn_comp.c +++ b/src/network/dn_comp.c @@ -105,3 +105,11 @@ int dn_comp(const char *src, unsigned char *dst, int space, unsigned char **dnpt } return i; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |