diff options
Diffstat (limited to 'src/ipcpd/normal/addr_auth.h')
-rw-r--r-- | src/ipcpd/normal/addr_auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/addr_auth.h b/src/ipcpd/normal/addr_auth.h index 6881dd55..73ff9aa4 100644 --- a/src/ipcpd/normal/addr_auth.h +++ b/src/ipcpd/normal/addr_auth.h @@ -20,8 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef OUROBOROS_ADDR_AUTH -#define OUROBOROS_ADDR_AUTH +#ifndef OUROBOROS_IPCPD_NORMAL_ADDR_AUTH_H +#define OUROBOROS_IPCPD_NORMAL_ADDR_AUTH_H #include <ouroboros/irm_config.h> @@ -36,4 +36,4 @@ struct addr_auth * addr_auth_create(enum pol_addr_auth type); int addr_auth_destroy(struct addr_auth * instance); -#endif /* OUROBOROS_ADDR_AUTH */ +#endif /* OUROBOROS_IPCPD_NORMAL_ADDR_AUTH_H */ |