Python and Perl should know that off_t is integer type.

This commit is contained in:
Alexey Sokolov
2012-01-02 02:38:52 +07:00
parent 52ba5917af
commit 13bfec0809
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
using std::allocator;
%}
%apply long { off_t };
%begin %{
#include "znc/zncconfig.h"
%}