Create some directories to hold the source files for the utility
[citadel.git] / citadel / whobbs.c
index 9c0db8216e9383b22c8594b500fd23d46c297284..e3523aae96d0aace9574da5ca3bd494abd754155 100644 (file)
@@ -75,8 +75,6 @@ int main(int argc, char **argv)
        char relhome[PATH_MAX]="";
        char ctdldir[PATH_MAX]=CTDLDIR;
 
-       CtdlInitBase64Table();
-
        calc_dirs_n_files(relh, home, relhome, ctdldir, 0);
 
        /* If this environment variable is set, we assume that the program
@@ -184,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