]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Move echo/edit state change functionality out of ldisc_send.
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index d8bddbae5891a4ec302e9cde50141647a9ce4a90..520de49086be668ac05686eb52e7b02aa09324f1 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -602,7 +602,7 @@ void begin_session(void *frontend);
 void sys_cursor(void *frontend, int x, int y);
 void request_paste(void *frontend);
 void frontend_keypress(void *frontend);
-void ldisc_update(void *frontend, int echo, int edit);
+void frontend_echoedit_update(void *frontend, int echo, int edit);
 /* It's the backend's responsibility to invoke this at the start of a
  * connection, if necessary; it can also invoke it later if the set of
  * special commands changes. It does not need to invoke it at session
@@ -1067,6 +1067,7 @@ void *ldisc_create(Conf *, Terminal *, Backend *, void *, void *);
 void ldisc_configure(void *, Conf *);
 void ldisc_free(void *);
 void ldisc_send(void *handle, char *buf, int len, int interactive);
+void ldisc_echoedit_update(void *handle);
 
 /*
  * Exports from ldiscucs.c.