about summary refs log tree commit diff stats
path: root/src/contact_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-27 22:26:42 +0000
committerJames Booth <boothj5@gmail.com>2012-11-27 22:26:42 +0000
commit2f2fa8de66e16def92a10c5433459e1795fd5441 (patch)
tree9959565f271d8067936daaa524f396250871f08e /src/contact_list.h
parent4b460100ad73c24233ffad79d52b8ee6d1c172bb (diff)
downloadprofani-tty-2f2fa8de66e16def92a10c5433459e1795fd5441.tar.gz
Show "request pending" in /sub show, when request has been sent
Diffstat (limited to 'src/contact_list.h')
-rw-r--r--src/contact_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact_list.h b/src/contact_list.h
index 90ae947b..0fd27010 100644
--- a/src/contact_list.h
+++ b/src/contact_list.h
@@ -32,7 +32,7 @@ void contact_list_clear(void);
 void contact_list_reset_search_attempts(void);
 gboolean contact_list_add(const char * const jid, const char * const name,
     const char * const presence, const char * const status,
-    const char * const subscription);
+    const char * const subscription, gboolean pending_out);
 gboolean contact_list_update_contact(const char * const jid, const char * const presence,
     const char * const status);
 GSList * get_contact_list(void);