summary refs log tree commit diff stats
path: root/src/common/outbound.h
diff options
context:
space:
mode:
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);