summaryrefslogtreecommitdiff
path: root/cut-n-paste
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-25 13:40:44 +0100
committerStefano Karapetsas <[email protected]>2014-02-25 13:40:44 +0100
commitfb0bb966194f17635eb294a6e3c6db4907ce38b1 (patch)
treea54eabf9e042861e972ef61c348baec7002ffb61 /cut-n-paste
parenta25645171c0986c74b1e4df2146782a69ebb81b6 (diff)
downloadatril-fb0bb966194f17635eb294a6e3c6db4907ce38b1.tar.bz2
atril-fb0bb966194f17635eb294a6e3c6db4907ce38b1.tar.xz
smclient: Add missing declaration
Closes https://github.com/mate-desktop/atril/issues/72
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/smclient/eggsmclient.c4
1 files changed, 4 insertions, 0 deletions
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,