X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fconvert.h;h=d38c38efab83362a3ec7cb22e30dcc8539565cfb;hp=0231ca9706729596bda10be74d696a30b56b418d;hb=1c6f4876b9a4f76f89a0df81ec2cc6c4ec76334e;hpb=0487d41d9c7796c6efebb8235c9aa39fe580ccf9 diff --git a/pctb/convert.h b/pctb/convert.h index 0231ca9..d38c38e 100644 --- a/pctb/convert.h +++ b/pctb/convert.h @@ -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 -----*/