Description: Fix FTBFS with gcc 14
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1075557

--- tcpxtract-1.0.1.orig/confy.y
+++ tcpxtract-1.0.1/confy.y
@@ -56,7 +56,7 @@ expression: WORD '(' NUMBER ',' SPECIFIE
 
 %%
 #include <stdio.h>
-yyerror(char *s)
+int yyerror(char *s)
 {
 	printf("%s\n", s);
 }
