summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkmem-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkmem-types.h b/pkmem-types.h
index 8be66f1..2e96433 100644
--- a/pkmem-types.h
+++ b/pkmem-types.h
@@ -20,7 +20,7 @@ struct pk_handle {
const struct pk_handle pk_handle_MAX = (struct pk_handle){ .bucketIndex = 0xFFFFFFFF, .itemIndex = 0xFFFFFFFF };
-static inline enum PK_HANDLE_VALIDATION pk_handle_validate(const struct pk_handle handle, const struct pk_handle bucketHandle, const uint64_t maxItems);
+enum PK_HANDLE_VALIDATION pk_handle_validate(const struct pk_handle handle, const struct pk_handle bucketHandle, const uint64_t maxItems);
#if defined(__cplusplus)