浏览代码

app_python3s: regenerated kemi export map code

Daniel-Constantin Mierla 2 年之前
父节点
当前提交
0a0d877e1f
共有 2 个文件被更改,包括 4101 次插入5 次删除
  1. 4097 1
      src/modules/app_python3s/apy3s_kemi_export.c
  2. 4 4
      src/modules/app_python3s/apy3s_kemi_export.h

文件差异内容过多而无法显示
+ 4097 - 1
src/modules/app_python3s/apy3s_kemi_export.c


+ 4 - 4
src/modules/app_python3s/apy3s_kemi_export.h

@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2016 Daniel-Constantin Mierla (asipto.com)
+ * Copyright (C) 2022 Daniel-Constantin Mierla (asipto.com)
  *
  * This file is part of Kamailio, a free SIP server.
  *
@@ -23,13 +23,13 @@
  * this file is generated - do not edit
  */
 
-#ifndef __APY_KEMI_FLIB_H__
-#define __APY_KEMI_FLIB_H__
+#ifndef __APY3S_KEMI_FLIB_H__
+#define __APY3S_KEMI_FLIB_H__
 
 #include <Python.h>
 #include "../../core/kemi.h"
 
-#define SR_APY_KEMI_EXPORT_SIZE	1024
+#define SR_APY_KEMI_EXPORT_SIZE	1536
 
 typedef struct sr_apy_kemi_export {
 	PyCFunction pfunc;

部分文件因为文件数量过多而无法显示