diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:32:19 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:32:19 +0200 |
commit | ab9d73629872a474d9194177fa4c9c8cdabe9a44 (patch) | |
tree | be238632f09ab058370c086dfb6feee32006b7ff /curvetun/Makefile | |
parent | a66fe185ab6a3eb7a483fd9888b54ee43328836e (diff) |
link: add link management functions
Same here as usual, break out link functions from xutils.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun/Makefile')
-rw-r--r-- | curvetun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile index b2693ed..111664c 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -7,6 +7,7 @@ curvetun-objs = xmalloc.o \ dev.o \ stun.o \ sock.o \ + link.o \ patricia.o \ corking.o \ trie.o \ |