Move CConfigEntry out of CConfig.

This exposes CConfigEntry to SWIG, and therefore to modperl/modpython.
This commit is contained in:
Alexey Sokolov
2011-09-07 02:09:40 +07:00
parent eb5ac35466
commit 508ca27a4c
3 changed files with 16 additions and 18 deletions

View File

@@ -6,9 +6,6 @@
* by the Free Software Foundation.
*/
// Supress "Nested struct not currently supported (ignored)."
#pragma SWIG nowarn=325
%module znc_core %{
#include <utility>
#include "../Utils.h"