chiark / gitweb /
cope with the way the chat log scrolls too
[ypp-sc-tools.web-live.git] / pctb / convert.h
index 15ec06d1ad7ce4217418e2754ea487bc94fe7955..7a9e252511942ff899afafce277877f786b4477f 100644 (file)
 
 /*----- from structure.c -----*/
 
-void find_structure(CanonImage *im);
+void find_structure(CanonImage *im, int *max_relevant_y_r);
 void read_screenshots(void);
 void read_one_screenshot(void);
-void analyse(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);