diff options
Diffstat (limited to 'inc/comm_layer_inner.h')
-rw-r--r-- | inc/comm_layer_inner.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/comm_layer_inner.h b/inc/comm_layer_inner.h index 82611842..8273d61f 100644 --- a/inc/comm_layer_inner.h +++ b/inc/comm_layer_inner.h @@ -27,6 +27,11 @@ void init_daemon_logging(CObserver *pObs); #endif + +#ifdef __cplusplus +extern "C" { +#endif + /* * Set client's name (dbus ID). NULL unsets it. */ @@ -46,4 +51,8 @@ void set_client_name(const char* name); */ void update_client(const char *fmt, ...); +#ifdef __cplusplus +} +#endif + #endif |