summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-08-26 16:48:39 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-08-26 16:48:39 +0200
commit34f9c6df27c0c44bd680a88ae6b8477b6f27f484 (patch)
tree88016f2e3157b4d06c4ccbb35803dbd79786a760 /inc
parent568f01db9d2e2f540ec855b622b4e93162e0f21d (diff)
downloadabrt-34f9c6df27c0c44bd680a88ae6b8477b6f27f484.tar.gz
abrt-34f9c6df27c0c44bd680a88ae6b8477b6f27f484.tar.xz
abrt-34f9c6df27c0c44bd680a88ae6b8477b6f27f484.zip
abrt_curl.c: reinstate "update_client" call
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/comm_layer_inner.h9
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