diff options
Diffstat (limited to '0001-fix-prototype.patch')
-rw-r--r-- | 0001-fix-prototype.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-fix-prototype.patch b/0001-fix-prototype.patch deleted file mode 100644 index 97368ce..0000000 --- a/0001-fix-prototype.patch +++ /dev/null @@ -1,25 +0,0 @@ -From e33839a9b7236098c191b0040c2a6ec76ab587d8 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Thu, 20 Feb 2025 07:11:23 +0100 -Subject: [PATCH] fix prototype - ---- - nsq_lookupd.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nsq_lookupd.h b/nsq_lookupd.h -index 52e5f35..c9dd512 100644 ---- a/nsq_lookupd.h -+++ b/nsq_lookupd.h -@@ -21,7 +21,7 @@ char * request(char * url); - - void lookupd_init(); - --char *lookup(); -+char *lookup(char *host, char *topic); - - char *request(char *url); - --- -2.48.1 - |