summaryrefslogtreecommitdiff
path: root/toxencryptsave/defines.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxencryptsave/defines.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxencryptsave/defines.h')
-rw-r--r--toxencryptsave/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toxencryptsave/defines.h b/toxencryptsave/defines.h
index e3fca073..0bc1d9ed 100644
--- a/toxencryptsave/defines.h
+++ b/toxencryptsave/defines.h
@@ -1,2 +1,7 @@
1#ifndef C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
2#define C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
3
1#define TOX_ENC_SAVE_MAGIC_NUMBER "toxEsave" 4#define TOX_ENC_SAVE_MAGIC_NUMBER "toxEsave"
2#define TOX_ENC_SAVE_MAGIC_LENGTH 8 5#define TOX_ENC_SAVE_MAGIC_LENGTH 8
6
7#endif