freebsd-ports/www/elinks/files/patch-src_protocol_header.h
Dustin Marquess 6636979433 www/elinks: update to 0.16.0
ChangeLog: https://raw.githubusercontent.com/rkd77/elinks/master/NEWS

 * detect xterm on my computer
 * alternative mujs engine for js
 * bump mozjs to 102
 * experimental XHR implementation
 * macros in exmode
 * removed infinite loop, which occurred under BSD
 * optional terminal hyperlinks in dumps

PR:             268664
Reported by:    jailbird@fdf.net
2023-01-08 19:33:55 +01:00

12 lines
429 B
C

--- src/protocol/header.h.orig 2022-12-25 18:17:02 UTC
+++ src/protocol/header.h
@@ -13,7 +13,7 @@ enum parse_header_param {
* Unknown values should be treated as errors. */
};
-char *parse_header(char *, const char *, char **);
+char *parse_header(const char *, const char *, const char **);
enum parse_header_param parse_header_param(char *, const char *, char **, int);
char *get_header_param(char *, const char *);