Move global variables from .h to .c files
commit5b0e00782da2bbe9f9062884c9ae8ed330d5911e
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 10 Sep 2013 20:45:45 +0000 (10 22:45 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 10 Sep 2013 20:45:45 +0000 (10 22:45 +0200)
treeb14d8d7759e0e76b526d18dc1a8fe7ba6fd8d5cc
parentb48cb1f130cda9818d06aaf74cdc7d2aef13bf42
Move global variables from .h to .c files

Simplify things by moving the definition of global variables into .c
files, where they belong.
plugins/netutils.c
plugins/netutils.h
plugins/sslutils.c
plugins/utils.c
plugins/utils.h