chiark / gitweb /
Enable entry of strings with spaces in
[ypp-sc-tools.db-test.git] / pctb / convert.h
index 0231ca9706729596bda10be74d696a30b56b418d..d38c38efab83362a3ec7cb22e30dcc8539565cfb 100644 (file)
@@ -87,6 +87,7 @@ void progress_spinner(const char *fmt, ...)      FMT(1,2);
 enum flags {
   ff_editcharset=     00001,
   ff_singlepage=      00002,
+  ff_testservers=     00004,
   
   ff_dict_fetch=      00010,
   ff_dict_submit=     00020,
@@ -102,6 +103,7 @@ enum flags {
 extern enum flags o_flags;
 
 extern const char *o_ocean, *o_pirate;
+extern int o_quiet;
 
 /*----- from pages.c -----*/