diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-02 17:16:02 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-12-02 17:16:02 +0000 |
commit | 08aa32a59162e4383e2782dbf0419c61a0d22524 (patch) | |
tree | 941b20c216e21bceb8741704debfe6efc07f2c2f /src/ipcpd/normal/dt_const.h | |
parent | 552f2eb19f04968c0c5ebc7b16f6aa1cb61b6b29 (diff) | |
parent | 85b3822a4cc121dcb3d87937c2a44395d8887ae3 (diff) | |
download | ouroboros-08aa32a59162e4383e2782dbf0419c61a0d22524.tar.gz ouroboros-08aa32a59162e4383e2782dbf0419c61a0d22524.zip |
Merged in sandervrijders/ouroboros/be-normal-dir (pull request #314)
ipcpd: normal: Provide directory for registered names
Diffstat (limited to 'src/ipcpd/normal/dt_const.h')
-rw-r--r-- | src/ipcpd/normal/dt_const.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/dt_const.h b/src/ipcpd/normal/dt_const.h index eda66838..a45991f1 100644 --- a/src/ipcpd/normal/dt_const.h +++ b/src/ipcpd/normal/dt_const.h @@ -21,8 +21,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef IPCP_DT_CONST_H -#define IPCP_DT_CONST_H +#ifndef OUROBOROS_IPCPD_NORMAL_DT_CONST_H +#define OUROBOROS_IPCPD_NORMAL_DT_CONST_H #include <stdint.h> #include <stdbool.h> @@ -38,4 +38,4 @@ struct dt_const { uint32_t max_pdu_size; }; -#endif /* IPCP_DT_CONST_H */ +#endif /* OUROBOROS_IPCPD_NORMAL_DT_CONST_H */ |