summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.api.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 /toxcore/crypto_core.api.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxcore/crypto_core.api.h')
-rw-r--r--toxcore/crypto_core.api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/crypto_core.api.h b/toxcore/crypto_core.api.h
index 9623e5b3..94ccac47 100644
--- a/toxcore/crypto_core.api.h
+++ b/toxcore/crypto_core.api.h
@@ -22,8 +22,8 @@
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 23 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
24 */ 24 */
25#ifndef CRYPTO_CORE_H 25#ifndef C_TOXCORE_TOXCORE_CRYPTO_CORE_H
26#define CRYPTO_CORE_H 26#define C_TOXCORE_TOXCORE_CRYPTO_CORE_H
27 27
28#include <stdbool.h> 28#include <stdbool.h>
29#include <stddef.h> 29#include <stddef.h>
@@ -264,5 +264,5 @@ static void new_symmetric_key(uint8_t[CRYPTO_SYMMETRIC_KEY_SIZE] key);
264} // extern "C" 264} // extern "C"
265#endif 265#endif
266 266
267#endif /* CRYPTO_CORE_H */ 267#endif // C_TOXCORE_TOXCORE_CRYPTO_CORE_H
268%} 268%}