]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
Implemented bfix_tmp_file(), which turns a temporary file fastbuf
[libucw.git] / lib / fastbuf.h
index 4e3bc5ca2afb721ed19635ed603dbf0d1796ac16..9878beeb1593580664f27b5be370e8b088bba60c 100644 (file)
@@ -113,6 +113,7 @@ void bfilesync(struct fastbuf *b);
 
 #define TEMP_FILE_NAME_LEN 256
 void temp_file_name(char *name);
+void bfix_tmp_file(struct fastbuf *fb, const char *name);
 
 /* Internal functions of some file back-ends */