summarylogtreecommitdiffstats
path: root/fix-utahrle-gcc15.patch
blob: 89ecca9367098184ee8d55945cc788c725eab111 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/bext/utahrle/utahrle/Runput.c
+++ b/bext/utahrle/utahrle/Runput.c
@@ -155,7 +155,7 @@
 /* 156 */   /* Function prototypes for the writer */
 /* 157 */   /* The following forward declarations are needed because the */
 /* 158 */   /* writer routines call the byte-swapping conversion routines */
-extern char *vax_pshort();
+extern char *vax_pshort(char *, unsigned short);
 extern char *vax_plong();
 extern char *vax_pfloat();
 extern char *vax_pdouble();