10 lines
186 B
C
10 lines
186 B
C
|
#ifndef ACTIVATE_SETINGS_DAEMON
|
||
|
#define ACTIVATE_SETINGS_DAEMON
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
/* Returns FALSE if activation failed, else TRUE */
|
||
|
gboolean activate_settings_daemon (void);
|
||
|
|
||
|
#endif
|