From 85b3822a4cc121dcb3d87937c2a44395d8887ae3 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 2 Dec 2016 15:22:52 +0100 Subject: ipcpd: normal: Provide directory for registered names This adds a directory to the normal IPCP that maps names on IPCP addresses. --- src/ipcpd/normal/crc32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ipcpd/normal/crc32.h') 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 void crc32(uint32_t * crc, const uint8_t * buf, size_t len); -#endif /* OUROBOROS_IPCP_CRC32_H */ +#endif /* OUROBOROS_IPCPD_NORMAL_CRC32_H */ -- cgit v1.2.3