Added the activeConfig variable

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2011-01-26 17:54:26 +01:00
parent c39c378289
commit 4da2c703dc
2 changed files with 37 additions and 6 deletions

9
src/wxmppd.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __WXMPPD_WXMPPD_H
# define __WXMPPD_WXMPPD_H
#include "configfiles.h"
extern wxmppd_config_t *activeConfig;
#endif /* __WXMPPD_WXMPPD_H */