chiark / gitweb /
Use compressed _master-pixmap.txt.gz
[ypp-sc-tools.web-live.git] / pctb / convert.h
index ffa80ebf08062bf724b73567fe8fa39f0c9c01c8..0dc2255ddaea9c9a1cc214e04c3487c5255a145a 100644 (file)
@@ -85,7 +85,8 @@ void analyse(FILE *tsv_output);
 /*----- from convert.c -----*/
 
 extern FILE *screenshot_file;
 /*----- 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);
 
 void vwarning(const char *fmt, va_list) FMT(1,0);
 void warning(const char *fmt, ...)      FMT(1,2);