commit | ea8ba499615b7e8911fb6eb57894467723e6723e | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Tue Sep 23 16:54:47 2014 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Tue Sep 23 16:54:47 2014 +0200 |
tree | da2d4ab8adae2eef26fde83520ac325d69e0acc1 | |
parent | 0ff957c1c7ab515f557430edde2b21ded1c9e044 [diff] [blame] |
Implement I/O abstraction layer. Finally.
diff --git a/lib/zip_entry.c b/lib/zip_entry.c index acce311..73a1f50 100644 --- a/lib/zip_entry.c +++ b/lib/zip_entry.c
@@ -1,6 +1,6 @@ /* zip_entry.c -- struct zip_entry helper functions - Copyright (C) 1999-2012 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at>