mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
Archive file support
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include "src/sist.h"
|
||||
|
||||
void parse_text(int bytes_read, int *fd, char *buf, document_t *doc);
|
||||
void parse_text(int bytes_read, struct vfile *f, char *buf, document_t *doc);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user