mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
8 lines
299 B
C
8 lines
299 B
C
--- src/store.h.orig Mon Sep 24 14:37:09 2001
|
|
+++ src/store.h Mon Sep 24 14:37:16 2001
|
|
@@ -36,4 +36,4 @@
|
|
|
|
/*** *** ***/
|
|
|
|
-extern void storeframe (unsigned char *src[], int xsize, int ysize);
|
|
+extern void storeframe (char * outputname, unsigned char *src[], int xsize, int ysize, int hor_stride);
|