X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2Fconvert.h;h=8c6efefd7b3c0311eaed52f4320257bbd8eb15a5;hp=90e5e243acc737c580c284063a881636d2b8d5a1;hb=1317a7e50044aa2b0542baeb5e15e97199e4c7b2;hpb=a5c969e80989ea2c678a99b46e7db08ae553e59d diff --git a/pctb/convert.h b/pctb/convert.h index 90e5e24..8c6efef 100644 --- a/pctb/convert.h +++ b/pctb/convert.h @@ -40,14 +40,15 @@ /*----- from structure.c -----*/ -void find_structure(CanonImage *im); +void find_structure(CanonImage *im, int *max_relevant_y_r); +void check_correct_commodities(void); void read_screenshots(void); void read_one_screenshot(void); void analyse(FILE *tsv_output); /*----- from convert.c -----*/ -extern FILE *screenshots_file; +extern FILE *screenshot_file; void vwarning(const char *fmt, va_list) FMT(1,0); void warning(const char *fmt, ...) FMT(1,2);