summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-15 13:18:17 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-15 13:18:17 -0400
commit39e07e62f471cbf40503cdc1926da6fef0cc0a3e (patch)
treec45259dd22402921f80067864b34d3ab9b258d58 /src/util.h
parent8d90ffb43214c390f6921e058a3cb164075ff1c5 (diff)
downloadrandom-seed-39e07e62f471cbf40503cdc1926da6fef0cc0a3e.tar.xz
random-seed-39e07e62f471cbf40503cdc1926da6fef0cc0a3e.zip
Source cleanups.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 9cd2bd4..8759cd0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,5 +1,7 @@
-#ifndef UTIL_H
-#define UTIL_H
+// SPDX-License-Identifier: BSD-3-Clause
+
+#ifndef RANDOM_SEED_UTIL_H
+#define RANDOM_SEED_UTIL_H
#include <errno.h>
#include <stdbool.h>