From a514e812090d2f9c6f8790d71a395f415782b27b Mon Sep 17 00:00:00 2001 From: Bruce Spang Date: Mon, 5 May 2014 09:27:05 -0700 Subject: [PATCH] Fix typo in ck_rhs.h This prevented use of both ck_hs and ck_rhs in the same file. --- include/ck_rhs.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/ck_rhs.h b/include/ck_rhs.h index 8c8824d..7a28f7d 100644 --- a/include/ck_rhs.h +++ b/include/ck_rhs.h @@ -24,8 +24,8 @@ * SUCH DAMAGE. */ -#ifndef _CK_HS_H -#define _CK_HS_H +#ifndef _CK_RHS_H +#define _CK_RHS_H #include #include @@ -127,5 +127,4 @@ bool ck_rhs_reset(ck_rhs_t *); bool ck_rhs_reset_size(ck_rhs_t *, unsigned long); void ck_rhs_stat(ck_rhs_t *, struct ck_rhs_stat *); -#endif /* _CK_HS_H */ - +#endif /* _CK_RHS_H */