X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fconvert.h;h=82ea369bca2335b866ed53256a492cf2a99029fa;hp=11f534bb1c8824fd5b8de4f72adfc206554993af;hb=6fed4d2eccc640ca025f66c63cb7ac4d4423e6fb;hpb=c68fb80a6bbf7acbcac4b2cb2143f5fea745cd2b diff --git a/yarrg/convert.h b/yarrg/convert.h index 11f534b..82ea369 100644 --- a/yarrg/convert.h +++ b/yarrg/convert.h @@ -1,5 +1,5 @@ /* - * general header file for ypp-commodities + * general header file for yarrg */ /* * This is part of ypp-sc-tools, a set of third-party tools for assisting @@ -121,6 +121,11 @@ enum flags { ff_needisland= 001000, ff_printisland= 002000, ff_upload= 004000, + + ff_use_yarrg= 010000, + ff_use_pctb= 020000, + ffm_use= 070000, + ffs_printisland= 003000, ffs_upload= 005000, };