From a7f210e6fcda14eae4de64186904c6c676c758ee Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 4 Oct 2007 12:51:08 +0200 Subject: [PATCH] Xephyr: fix a compiler warning --- hw/kdrive/ephyr/os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/kdrive/ephyr/os.c b/hw/kdrive/ephyr/os.c index b58daae68..4bf6e8858 100644 --- a/hw/kdrive/ephyr/os.c +++ b/hw/kdrive/ephyr/os.c @@ -28,6 +28,8 @@ #endif #include "ephyr.h" +extern void processScreenArg (char *screen_size, char *parent_id) ; + static int EphyrInit (void) {