summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/crc32.h')
-rw-r--r--src/ipcpd/normal/crc32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/crc32.h b/src/ipcpd/normal/crc32.h
index f22bbc19..a7a01818 100644
--- a/src/ipcpd/normal/crc32.h
+++ b/src/ipcpd/normal/crc32.h
@@ -20,11 +20,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef OUROBOROS_IPCP_CRC32_H
-#define OUROBOROS_IPCP_CRC32_H
+#ifndef OUROBOROS_IPCPD_NORMAL_CRC32_H
+#define OUROBOROS_IPCPD_NORMAL_CRC32_H
#include <stdint.h>
void crc32(uint32_t * crc, const uint8_t * buf, size_t len);
-#endif /* OUROBOROS_IPCP_CRC32_H */
+#endif /* OUROBOROS_IPCPD_NORMAL_CRC32_H */