Imported Upstream version 3.0.715
[darkstat-debian] / localip.h
1 /* darkstat 3
2 * copyright (c) 2001-2011 Emil Mikulic.
3 *
4 * localip.h: determine local IP of our capture interface
5 *
6 * You may use, modify and redistribute this file under the terms of the
7 * GNU General Public License version 2. (see COPYING.GPL)
8 */
9
10 extern struct addr localip4, localip6;
11
12 void localip_init(const char *interface);
13 void localip_update(void);
14
15 /* vim:set ts=3 sw=3 tw=78 expandtab: */