]> code.citadel.org Git - citadel.git/blobdiff - citadel/sendcommand.c
* Restore the proper tty parameters when exiting because of a dead server connection.
[citadel.git] / citadel / sendcommand.c
index 45ff15c5daa99c089879bbe54f4aa31dae4da871..2f8a3cfdb86e907f135525c0c382b93d080b7f99 100644 (file)
@@ -305,3 +305,11 @@ int main(int argc, char **argv)
        }
        return 0;
 }
+
+/*
+ * Stub function
+ */
+void stty_ctdl(int cmd) {
+}
+
+