[PATCH:libXaw3d 2/2] Add LayYYWrap() prototype to LayYY.h
Alan Coopersmith
alan.coopersmith at oracle.com
Sat Sep 17 00:57:26 PDT 2011
Fixes gcc warning:
laygram.y:259:5: warning: no previous prototype for 'LayYYwrap'
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
src/LayYY.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/LayYY.h b/src/LayYY.h
index 7d0c1cd..1406ef6 100644
--- a/src/LayYY.h
+++ b/src/LayYY.h
@@ -4,6 +4,7 @@
extern _X_HIDDEN void LayYYsetsource (char *);
extern _X_HIDDEN void LayYYsetdest (LayoutPtr *);
extern _X_HIDDEN int LayYYparse (void);
+extern _X_HIDDEN int LayYYwrap (void);
/* Functions autogenerated from laylex.l into laylex.c */
extern _X_HIDDEN int LayYYlex (void);
--
1.7.3.2
More information about the xorg-devel
mailing list