Move make_names() and related variables to its own source file.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 Jan 2013 15:39:02 +0000 (16:39 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 17 Jan 2013 15:39:02 +0000 (16:39 +0100)
commitf5bb64b36ae0807cdd3f241f81a8e933065437f6
treee8fe455bc26632f15931c56bd92cd0f191d2c85d
parenta9eba276a4ccec1c67611e8496ac0a30137b7493
Move make_names() and related variables to its own source file.
23 files changed:
src/Makefile.am
src/bsd/device.c
src/conf.c
src/conf.h
src/control.c
src/cygwin/device.c
src/graph.c
src/linux/device.c
src/logger.c
src/mingw/device.c
src/names.c [new file with mode: 0644]
src/names.h [new file with mode: 0644]
src/net.c
src/net_setup.c
src/net_socket.c
src/process.c
src/solaris/device.c
src/subnet.c
src/tincctl.c
src/tincd.c
src/top.c
src/uml_device.c
src/vde_device.c