From 96166e4b7599f80a76f1cc776fb79cc5fdf55d26 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 30 May 2012 11:40:20 -0500 Subject: wmc: namespace stuff properly --- libwmc/src/utils.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libwmc/src/utils.h') diff --git a/libwmc/src/utils.h b/libwmc/src/utils.h index 6db590f5..f1fc4236 100644 --- a/libwmc/src/utils.h +++ b/libwmc/src/utils.h @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef UTILS_H -#define UTILS_H +#ifndef LIBWMC_UTILS_H +#define LIBWMC_UTILS_H #include @@ -33,7 +33,7 @@ typedef u_int8_t wmcbool; /* Utility and testcase functions */ -u_int16_t crc16 (const char *buffer, size_t len, u_int16_t seed); +u_int16_t wmc_crc16 (const char *buffer, size_t len, u_int16_t seed); size_t hdlc_escape (const char *inbuf, size_t inbuf_len, @@ -84,5 +84,5 @@ wmcbool wmc_decapsulate (const char *inbuf, wmcbool *out_need_more, wmcbool uml290); -#endif /* UTILS_H */ +#endif /* LIBWMC_UTILS_H */ -- cgit v1.2.3-70-g09d2