aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <>2008-02-28 15:37:06 +0000
committerjames <>2008-02-28 15:37:06 +0000
commitcc6c5bbd8a277969b30b85dfab8a0fb11066bc9e (patch)
tree1a15787db329145e96fd74947784a433074de068 /src/prototypes.h
parent9a70b588086552c2f8a32b283061322426f62e84 (diff)
downloadsympathy-cc6c5bbd8a277969b30b85dfab8a0fb11066bc9e.tar.gz
sympathy-cc6c5bbd8a277969b30b85dfab8a0fb11066bc9e.tar.bz2
sympathy-cc6c5bbd8a277969b30b85dfab8a0fb11066bc9e.zip
*** empty log message ***
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index 7d90a8e..07fd0df 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -65,6 +65,7 @@ extern void tty_set_baud(TTY *t, int rate);
extern void tty_send_break(TTY *t);
extern void tty_set_flow(TTY *t, int flow);
extern void tty_hangup(TTY *t);
+extern void tty_winch(TTY *t, CRT_Pos size);
extern void tty_parse_reset(Context *c);
extern void tty_analyse(Context *c);
extern TTY_Parser *tty_parser_new(void);
@@ -141,7 +142,7 @@ extern int socket_write(Socket *s, void *buf, int len);
/* serial.c */
extern TTY *serial_open(char *path, int lock_mode);
/* cmd.c */
-extern void cmd_parse(Cmd *c, Context *ctx, char *buf);
+extern int cmd_parse(Cmd *c, Context *ctx, char *buf);
extern void cmd_show_status(Cmd *c, Context *ctx);
extern int cmd_key(Cmd *c, Context *ctx, int key);
extern int cmd_activate(Cmd *c, Context *ctx);