summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-09-08 17:08:16 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-09-08 17:08:16 +0200
commitf02e1d87d46aa6161d0cab5444e0abfa9624b78d (patch)
treecc1148c8ef544818a7995074e679a987ba325a44 /lib/CommLayer/CommLayerInner.h
parent58d9dfde6ce788c5ffdfe5160d19aaeb8ac7b3a2 (diff)
parentff2627e7c597e50025ca4d91ff8168eec80f9054 (diff)
downloadabrt-f02e1d87d46aa6161d0cab5444e0abfa9624b78d.tar.gz
abrt-f02e1d87d46aa6161d0cab5444e0abfa9624b78d.tar.xz
abrt-f02e1d87d46aa6161d0cab5444e0abfa9624b78d.zip
Merge branch 'master' of git://git.fedorahosted.org/abrt
Diffstat (limited to 'lib/CommLayer/CommLayerInner.h')
-rw-r--r--lib/CommLayer/CommLayerInner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CommLayer/CommLayerInner.h b/lib/CommLayer/CommLayerInner.h
index 2b4f63a..d161cfc 100644
--- a/lib/CommLayer/CommLayerInner.h
+++ b/lib/CommLayer/CommLayerInner.h
@@ -5,6 +5,10 @@
void init_daemon_logging(CObserver *pObs);
+/*
+ * Set client's name (dbus ID). NULL unsets it.
+ */
+void set_client_name(const char* name);
/* Ask a client to warn the user about a non-fatal, but unexpected condition.
* In GUI, it will usually be presented as a popup message.
*/