mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 23:34:35 +04:00
Dropped patches 010-033 and 100. No longer required (integrated at
source).
New modules:
-ims_qos_npn
-nghttp2
-presence_dfks
-pvtpl
-topos_htable
Archived modules 5.6.x-> 5.8.x:
-app_sqlang
-auth_identity
Archived modules 5.8.x-> 6.0.x:
-app_lua_sr
Kamailio libs now merged into core (and are no longer external):
-libkamailio_ims
-lib{srdb1,srdb2}
-libtrie
Changed source URL to github (faster).
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
11 lines
234 B
Diff
11 lines
234 B
Diff
--- a/src/modules/janssonrpcc/netstring.h
|
|
+++ b/src/modules/janssonrpcc/netstring.h
|
|
@@ -24,6 +24,7 @@
|
|
#define __NETSTRING_STREAM_H
|
|
|
|
#include <string.h>
|
|
+#include <event2/buffer.h>
|
|
#include <event2/bufferevent.h>
|
|
|
|
typedef struct
|