Fix typo in ck_rhs.h

This prevented use of both ck_hs and ck_rhs in the same file.
ck_pring
Bruce Spang 11 years ago
parent cd17fed7dc
commit a514e81209

@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
#ifndef _CK_HS_H
#define _CK_HS_H
#ifndef _CK_RHS_H
#define _CK_RHS_H
#include <ck_cc.h>
#include <ck_malloc.h>
@ -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 */

Loading…
Cancel
Save