aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_DBstructure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ell_DBstructure.c')
-rw-r--r--src/Ell_DBstructure.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Ell_DBstructure.c b/src/Ell_DBstructure.c
index 4f733d3..ff6e6a7 100644
--- a/src/Ell_DBstructure.c
+++ b/src/Ell_DBstructure.c
@@ -77,6 +77,9 @@ int Ell_CreateKey(int vartype, const char *keychain) {
}
return(retval);
+
+ USE_CCTK_PARAMETERS
+
}
int Ell_IsKey(const char *keychain) {