diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 11:32:21 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 11:32:21 +0000 |
commit | 2f607a7a619756469ae9a60b6d90b3e01706222e (patch) | |
tree | 45f0c8cb7af02304be9d949550e0eda6aea7b3bc /usr.bin/cvs/zlib.h | |
parent | 077e6f41eac8f22c926e7b4878b02722e95ff47b (diff) |
forgot these ...
Diffstat (limited to 'usr.bin/cvs/zlib.h')
-rw-r--r-- | usr.bin/cvs/zlib.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cvs/zlib.h b/usr.bin/cvs/zlib.h index b255aad8401..11536f9df40 100644 --- a/usr.bin/cvs/zlib.h +++ b/usr.bin/cvs/zlib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zlib.h,v 1.1 2005/01/13 18:59:03 jfb Exp $ */ +/* $OpenBSD: zlib.h,v 1.2 2005/07/25 11:32:20 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -36,9 +36,9 @@ typedef struct cvs_zlib_ctx CVSZCTX; -CVSZCTX* cvs_zlib_newctx (int); -void cvs_zlib_free (CVSZCTX *); -int cvs_zlib_deflate (CVSZCTX *, BUF *, u_char *, size_t); -int cvs_zlib_inflate (CVSZCTX *, BUF *, u_char *, size_t); +CVSZCTX *cvs_zlib_newctx(int); +void cvs_zlib_free(CVSZCTX *); +int cvs_zlib_deflate(CVSZCTX *, BUF *, u_char *, size_t); +int cvs_zlib_inflate(CVSZCTX *, BUF *, u_char *, size_t); -#endif /* CVSZLIB_H */ +#endif /* CVSZLIB_H */ |