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=0dc2255ddaea9c9a1cc214e04c3487c5255a145a;hp=ffa80ebf08062bf724b73567fe8fa39f0c9c01c8;hb=60cd4954d1d3c11c46251f68e2d56f24661a6d67;hpb=e2487a42fd29e7a15b92ce1a5855706dba1198dc diff --git a/pctb/convert.h b/pctb/convert.h index ffa80eb..0dc2255 100644 --- a/pctb/convert.h +++ b/pctb/convert.h @@ -85,7 +85,8 @@ void analyse(FILE *tsv_output); /*----- from convert.c -----*/ extern FILE *screenshot_file; -extern void fetch_with_rsync(const char *stem); +void fetch_with_rsync(const char *stem); +void fetch_with_rsync_gz(const char *stem); void vwarning(const char *fmt, va_list) FMT(1,0); void warning(const char *fmt, ...) FMT(1,2);