view files/patch-src_apps_relay_hiredis__libevent2.h @ 36:7b9aca232b72

Do not need gettext-runtime
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 17 Mar 2025 12:33:16 +0100
parents e5d83559f2b5
children
line wrap: on
line source

--- src/apps/relay/hiredis_libevent2.h.orig	2024-12-11 18:13:38 UTC
+++ src/apps/relay/hiredis_libevent2.h
@@ -48,7 +48,7 @@ typedef void *redis_context_handle;
 
 #if !defined(TURN_NO_HIREDIS)
 
-redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *user, char *pwd, int db);
+redis_context_handle redisLibeventAttach(struct event_base *base, char *ip, int port, char *usocket, char *user, char *pwd, int db);
 
 void send_message_to_redis(redis_context_handle rch, const char *command, const char *key, const char *format, ...);