]> code.citadel.org Git - citadel.git/blobdiff - citadel/routines2.c
* Remove nulls appended to editor files during replace, edit, and print
[citadel.git] / citadel / routines2.c
index 7efce58b4937c569734555a27cd955e9a33cb2b6..d2629cd36efcd300fc2d6f3a0c4ecb452766e5ec 100644 (file)
@@ -36,7 +36,6 @@ int inkey(void);
 void serv_write(char *buf, int nbytes);
 int haschar(char *st, int ch);
 void progress(long int curr, long int cmax);
-void citedit(FILE * fp, long int base_pos);
 int yesno(void);
 
 extern char temp[];