]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conn-zip.c
add const qualifier to pointers where possible
[ngircd.git] / src / ngircd / conn-zip.c
index 826383b0732a310d6ef6837756e5694c2d595a71..d77222351a686ceee60ef7b94beea035552830a1 100644 (file)
@@ -93,7 +93,7 @@ Zip_InitConn( CONN_ID Idx )
  * @param Len Length of the data to add.
  * @return true on success, false otherwise. */
 GLOBAL bool
-Zip_Buffer( CONN_ID Idx, char *Data, size_t Len )
+Zip_Buffer( CONN_ID Idx, const char *Data, size_t Len )
 {
        size_t buflen;