aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR.h')
-rw-r--r--headers/TZR.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/TZR.h b/headers/TZR.h
index 262b936..1af2f40 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -21,6 +21,7 @@
/* Should be called only once before usage of any other function unless
* otherwise specified. On error this calls TZR_Quit and returns -1.
* `config` will be duplicated internally and can be safely discarded. */
+[[nodiscard]]
int _TZR_Init(const TZR_Config *config);
/* Destroy and free everything created by TZR. */