]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-zip.h
When sending an error use the IRC_WriteErrClient() variant
[ngircd-alex.git] / src / ngircd / conn-zip.h
index 7a5b1c4cd77b641b0a29ac8f41576b46c02b103d..573f45bf832efc2eaf9eb2ddfdefd780ec3d030f 100644 (file)
@@ -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- */