summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-24 01:53:37 -0700
committerTingPing <tngpng@gmail.com>2013-03-24 01:53:37 -0700
commita5994cf647819f452dce400426d47f2fca52a69b (patch)
tree226e31e7f4c8ee80c5309d7619c1e9140b741c97 /src/common/text.h
parentb693c58e9f978a3f708784d50869c8420451fcf1 (diff)
parent44b381680fb9b35e3c8685fa5438dfba5d5e050d (diff)
Merge pull request #445 from TingPing/ulistcolors
Add option to color nicknames in the userlist to match the chat
Diffstat (limited to 'src/common/text.h')
-rw-r--r--src/common/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/text.h b/src/common/text.h
index c3adb885..103e294d 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -26,6 +26,7 @@ void pevent_save (char *fn);
 int pevt_build_string (const char *input, char **output, int *max_arg);
 int pevent_load (char *filename);
 void pevent_make_pntevts (void);
+int text_color_of (char *name);
 void text_emit (int index, session *sess, char *a, char *b, char *c, char *d);
 int text_emit_by_name (char *name, session *sess, char *a, char *b, char *c, char *d);
 char *text_validate (char **text, int *len);