wxmppd/src/wxmppd.h
Gergely Polonkai (W00d5t0ck) 4da2c703dc Added the activeConfig variable
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2011-01-26 17:54:26 +01:00

10 lines
151 B
C

#ifndef __WXMPPD_WXMPPD_H
# define __WXMPPD_WXMPPD_H
#include "configfiles.h"
extern wxmppd_config_t *activeConfig;
#endif /* __WXMPPD_WXMPPD_H */