mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
Python and Perl should know that off_t is integer type.
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
#define stat struct stat
|
||||
%}
|
||||
|
||||
%apply long { off_t };
|
||||
|
||||
%begin %{
|
||||
#include "znc/zncconfig.h"
|
||||
%}
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
using std::allocator;
|
||||
%}
|
||||
|
||||
%apply long { off_t };
|
||||
|
||||
%begin %{
|
||||
#include "znc/zncconfig.h"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user