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/pol/flat.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/pol/flat.h')
-rw-r--r-- | src/ipcpd/normal/pol/flat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/pol/flat.h b/src/ipcpd/normal/pol/flat.h index 51cb511b..a488eb35 100644 --- a/src/ipcpd/normal/pol/flat.h +++ b/src/ipcpd/normal/pol/flat.h @@ -20,11 +20,11 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef OUROBOROS_FLAT -#define OUROBOROS_FLAT +#ifndef OUROBOROS_IPCPD_NORMAL_FLAT_H +#define OUROBOROS_IPCPD_NORMAL_FLAT_H int flat_init(void); int flat_fini(void); uint64_t flat_address(void); -#endif /* OUROBOROS_FLAT */ +#endif /* OUROBOROS_IPCPD_NORMAL_FLAT_H */ |