Move all functions related to subnet parsing to subnet_parse.c.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jul 2012 22:52:50 +0000 (00:52 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jul 2012 22:52:50 +0000 (00:52 +0200)
commit3c7003893fe2f82023d0d4f54b488bb7a16d0007
tree08e80bf54a8d2404984649fde82c0e418aa28f1e
parente72e6febfeddbd4354560388c8e0e125a8017909
Move all functions related to subnet parsing to subnet_parse.c.
src/Makefile.am
src/netutl.c
src/netutl.h
src/subnet.c
src/subnet.h
src/subnet_parse.c [new file with mode: 0644]