commit | 07ffcac87ea102be34445dc635d8431925d4aab8 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Tue Nov 18 14:37:01 2014 +0100 |
committer | Thomas Klausner <tk@giga.or.at> | Tue Nov 18 14:37:01 2014 +0100 |
tree | 76ffc8d11f86c0300028924070466106c29d7886 | |
parent | d3bc856a081d4a3ef3c820c03e0cb19f3d827022 [diff] [blame] |
Make source seek/tell functions public.
diff --git a/lib/zip_source_tell.c b/lib/zip_source_tell.c index cbbfdfa..f1c10b5 100644 --- a/lib/zip_source_tell.c +++ b/lib/zip_source_tell.c
@@ -35,7 +35,7 @@ #include "zipint.h" -zip_int64_t +ZIP_EXTERN zip_int64_t zip_source_tell(zip_source_t *src) { if (src->source_closed) {