Removed global variable definition from header file.
commit3403d7f79ed3853a244c1660b7d44561e17a3791
authorKarel Slany <karel.slany@nic.cz>
Mon, 26 May 2014 14:47:01 +0000 (26 16:47 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Sun, 10 Aug 2014 12:54:49 +0000 (10 14:54 +0200)
treeb472ffef28cafd8d29f46b83a1806904ee2d61fa
parent5b63cdecc31a58de1107cc026f7a04b23c0b0d77
Removed global variable definition from header file.

Global variables have been defined in header file which was then included
multiple times in several compilation units. This caused linking errors
on systems with less benevolent linkers (e.g. OS X). The definition has
been replaced with a declaration. Definition if variables has been added
into a single source file.
src/isds.c
src/isds_priv.h