diff options
-rw-r--r-- | cut-n-paste/smclient/eggsmclient.c | 4 |
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, |