From fb0bb966194f17635eb294a6e3c6db4907ce38b1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 25 Feb 2014 13:40:44 +0100 Subject: smclient: Add missing declaration Closes https://github.com/mate-desktop/atril/issues/72 --- cut-n-paste/smclient/eggsmclient.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cut-n-paste') diff --git a/cut-n-paste/smclient/eggsmclient.c b/cut-n-paste/smclient/eggsmclient.c index c568e9be..4f06d75f 100644 --- a/cut-n-paste/smclient/eggsmclient.c +++ b/cut-n-paste/smclient/eggsmclient.c @@ -25,6 +25,10 @@ #include "eggsmclient.h" #include "eggsmclient-private.h" +#ifdef EGG_SM_CLIENT_BACKEND_XSMP +EggSMClient *egg_sm_client_xsmp_new (void); +#endif + static void egg_sm_client_debug_handler (const char *log_domain, GLogLevelFlags log_level, const char *message, -- cgit v1.2.1