X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn-zip.h;h=573f45bf832efc2eaf9eb2ddfdefd780ec3d030f;hp=7a5b1c4cd77b641b0a29ac8f41576b46c02b103d;hb=25dd193e9b49b38db39cf549f94df4ba11812fe9;hpb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c diff --git a/src/ngircd/conn-zip.h b/src/ngircd/conn-zip.h index 7a5b1c4c..573f45bf 100644 --- a/src/ngircd/conn-zip.h +++ b/src/ngircd/conn-zip.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifdef ZLIB #ifndef __conn_zip_h__ @@ -29,10 +28,8 @@ GLOBAL bool Unzip_Buffer PARAMS(( CONN_ID Idx )); GLOBAL long Zip_SendBytes PARAMS(( CONN_ID Idx )); GLOBAL long Zip_RecvBytes PARAMS(( CONN_ID Idx )); - #endif /* __conn_zip_h__ */ #endif /* ZLIB */ - /* -eof- */