summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-01 18:41:05 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-01 18:41:05 +0100
commit7048013d2019b50b5b9af5a13d3f30e5cdafe4f8 (patch)
tree911d5f71821a09d616077860a31da4415f7080c4 /inc
parentb5cbedd0fda47f965479f1464a66da383dc25505 (diff)
downloadabrt-7048013d2019b50b5b9af5a13d3f30e5cdafe4f8.tar.gz
abrt-7048013d2019b50b5b9af5a13d3f30e5cdafe4f8.tar.xz
abrt-7048013d2019b50b5b9af5a13d3f30e5cdafe4f8.zip
preparatory cleanup patches
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/comm_layer_inner.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/comm_layer_inner.h b/inc/comm_layer_inner.h
index 8273d61f..2cca9add 100644
--- a/inc/comm_layer_inner.h
+++ b/inc/comm_layer_inner.h
@@ -42,7 +42,10 @@ void set_client_name(const char* name);
* In GUI, it will usually be presented as a popup message.
* Usually there is no need to call it directly, just use [p]error_msg().
*/
-//now static: void warn_client(const char *msg);
+//now static:
+//void warn_client(const char *msg);
+//use [p]error_msg[_and_die] instead, it sends the message as a warning to client
+//as well as to the log.
/*
* Logs a message to a client.