]> code.citadel.org Git - citadel.git/blobdiff - citadel/whobbs.c
* Restore the proper tty parameters when exiting because of a dead server connection.
[citadel.git] / citadel / whobbs.c
index f4114bb55802da9686328108c23c7b765d6d2162..e3523aae96d0aace9574da5ca3bd494abd754155 100644 (file)
@@ -182,6 +182,13 @@ int main(int argc, char **argv)
 }
 
 
+/*
+ * Stub function
+ */
+void stty_ctdl(int cmd) {
+}
+
+
 #ifndef HAVE_STRERROR
 /*
  * replacement strerror() for systems that don't have it