X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Finflate.h;fp=src%2Flibpspp%2Finflate.h;h=0000000000000000000000000000000000000000;hb=6e03317ca14de31a0a20c567cecfb005dabf294d;hp=c487687ba3a8651d40a7730f1da0c07a49ac47cf;hpb=b754fbf65fcd1b4fb466bbba6af71e6717df01e3;p=pspp diff --git a/src/libpspp/inflate.h b/src/libpspp/inflate.h deleted file mode 100644 index c487687ba3..0000000000 --- a/src/libpspp/inflate.h +++ /dev/null @@ -1,32 +0,0 @@ -/* PSPP - a program for statistical analysis. - Copyright (C) 2011 Free Software Foundation, Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -#ifndef INFLATE_H -#define INFLATE_H 1 - -#include -#include - -struct zip_member ; - -bool inflate_init (struct zip_member *zm); - -int inflate_read (struct zip_member *zm, void *buf, size_t n); - -void inflate_finish (struct zip_member *zm); - - -#endif