summary refs log tree commit diff stats
path: root/src/common/outbound.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-04-03 18:10:14 -0400
committerTingPing <tingping@tingping.se>2013-04-03 18:10:14 -0400
commit86cf7de430ce9d1d255ec82476aca5ffd5146dd9 (patch)
tree786e034fa1ef8843eef289f6e52a1e1a96497b8f /src/common/outbound.h
parent477d7470c1da3fae092687d0dbf5dbab5d37633a (diff)
add %u to userlist popups for account
Diffstat (limited to 'src/common/outbound.h')
-rw-r--r--src/common/outbound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.h b/src/common/outbound.h
index 6f45b121..7dc1ba97 100644
--- a/src/common/outbound.h
+++ b/src/common/outbound.h
@@ -24,7 +24,7 @@ extern const struct commands xc_cmds[];
 extern GSList *menu_list;
 
 int auto_insert (char *dest, int destlen, unsigned char *src, char *word[], char *word_eol[],
-				 char *a, char *c, char *d, char *e, char *h, char *n, char *s);
+				 char *a, char *c, char *d, char *e, char *h, char *n, char *s, char *u);
 int handle_command (session *sess, char *cmd, int check_spch);
 void process_data_init (char *buf, char *cmd, char *word[], char *word_eol[], gboolean handle_quotes, gboolean allow_escape_quotes);
 void handle_multiline (session *sess, char *cmd, int history, int nocommand);