1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/xfig/files/patch-e_update.h
Martin Wilke 2e20a797a1 - Update to 3.2.5
PR:		111249
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:53:05 +00:00

11 lines
248 B
C

--- e_update.h.orig Tue Jul 26 10:29:34 2005
+++ e_update.h
@@ -14,6 +14,6 @@
*
*/
-extern int update_text(F_text *text);
+extern void update_text(F_text *text);
extern void fix_fillstyle (void *object);
extern void update_selected (void);