diff options
| author | Mikhail Romanko <me@blankhex.com> | 2024-06-03 22:11:05 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2024-06-03 22:11:05 +0300 |
| commit | 79874622a28c081abe155dc01860ddba746abd3b (patch) | |
| tree | 9dea56ea33951b7c851b534eb6f9d1ff1e1dcfe8 /include/bh/deflate.h | |
| parent | fdbabab0e04fac2b5a84ea8e8088cd4767034a45 (diff) | |
| download | bhlib-old-79874622a28c081abe155dc01860ddba746abd3b.tar.gz | |
Add documentation, expand error handling, implement file and buffer io
Diffstat (limited to 'include/bh/deflate.h')
| -rw-r--r-- | include/bh/deflate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bh/deflate.h b/include/bh/deflate.h index 6b0696b..7d9eaba 100644 --- a/include/bh/deflate.h +++ b/include/bh/deflate.h @@ -1,5 +1,5 @@ -#ifndef BHLIB_DEFLATE_H -#define BHLIB_DEFLATE_H +#ifndef BH_DEFLATE_H +#define BH_DEFLATE_H -#endif /* BHLIB_DEFLATE_H */ +#endif /* BH_DEFLATE_H */ |
