Skip to content

Commit

Permalink
Parse new ExecSock.h and ZNCDebug.h with SWIG.
Browse files Browse the repository at this point in the history
That functionality was accessible by perl and python modules before.
Now that stuff is in own headers, so let's parse them too,
to have them still be able to use this.
  • Loading branch information
Alexey Sokolov committed Apr 3, 2011
1 parent 3b671f0 commit e746438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/modperl/modperl.i
Expand Up @@ -32,6 +32,8 @@
#include "../DCCBounce.h" #include "../DCCBounce.h"
#include "../DCCSock.h" #include "../DCCSock.h"
#include "../FileUtils.h" #include "../FileUtils.h"
#include "../ZNCDebug.h"
#include "../ExecSock.h"
#include "modperl/module.h" #include "modperl/module.h"
#define stat struct stat #define stat struct stat
%} %}
Expand Down Expand Up @@ -92,6 +94,8 @@ namespace std {
%include "../WebModules.h" %include "../WebModules.h"
%include "../znc.h" %include "../znc.h"
%include "../Server.h" %include "../Server.h"
%include "../ZNCDebug.h"
%include "../ExecSock.h"


%include "modperl/module.h" %include "modperl/module.h"


Expand Down
4 changes: 4 additions & 0 deletions modules/modpython/modpython.i
Expand Up @@ -26,6 +26,8 @@
#include "../DCCBounce.h" #include "../DCCBounce.h"
#include "../DCCSock.h" #include "../DCCSock.h"
#include "../FileUtils.h" #include "../FileUtils.h"
#include "../ZNCDebug.h"
#include "../ExecSock.h"
#include "modpython/module.h" #include "modpython/module.h"


#include "modpython/retstring.h" #include "modpython/retstring.h"
Expand Down Expand Up @@ -96,6 +98,8 @@ namespace std {
%include "../WebModules.h" %include "../WebModules.h"
%include "../znc.h" %include "../znc.h"
%include "../Server.h" %include "../Server.h"
%include "../ZNCDebug.h"
%include "../ExecSock.h"


%include "modpython/module.h" %include "modpython/module.h"


Expand Down

0 comments on commit e746438

Please sign in to comment.