diff options
author | TingPing <tingping@tingping.se> | 2013-08-10 16:51:56 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-08-10 16:51:56 -0400 |
commit | b2d2187b20c95e8583c53c79cb2830ab22094472 (patch) | |
tree | eadbd10eb398bd1d87cf8548e5318e96bef0a84a /src/common/outbound.h | |
parent | 1c30e0c124a5ecbec4ccf86be32e9a234efe5822 (diff) |
Only replace variables in connect commands
Diffstat (limited to 'src/common/outbound.h')
-rw-r--r-- | src/common/outbound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/outbound.h b/src/common/outbound.h index 7dc1ba97..81a98666 100644 --- a/src/common/outbound.h +++ b/src/common/outbound.h @@ -25,6 +25,7 @@ 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 *u); +char *command_insert_vars (session *sess, char *cmd); 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); |