diff options
Diffstat (limited to 'src/lib/ethumb/Ethumb.h')
-rw-r--r-- | src/lib/ethumb/Ethumb.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/ethumb/Ethumb.h b/src/lib/ethumb/Ethumb.h index 5d1fb0c31c..2e497e19e8 100644 --- a/src/lib/ethumb/Ethumb.h +++ b/src/lib/ethumb/Ethumb.h | |||
@@ -565,7 +565,7 @@ EAPI Eina_Bool ethumb_cmp(const Ethumb *e1, const Ethumb *e2) EINA_ARG_NONNULL(1 | |||
565 | 565 | ||
566 | EAPI int ethumb_hash(const void *key, int key_length) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT EINA_PURE; | 566 | EAPI int ethumb_hash(const void *key, int key_length) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT EINA_PURE; |
567 | EAPI int ethumb_key_cmp(const void *key1, int key1_length, | 567 | EAPI int ethumb_key_cmp(const void *key1, int key1_length, |
568 | const void *key2, int key2_length) EINA_ARG_NONNULL(1, 3) EINA_WARN_UNUSED_RESULT EINA_PURE; | 568 | const void *key2, int key2_length) EINA_ARG_NONNULL(1, 3) EINA_WARN_UNUSED_RESULT EINA_PURE; |
569 | EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESULT; | 569 | EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESULT; |
570 | 570 | ||
571 | /** | 571 | /** |
@@ -575,8 +575,11 @@ EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESU | |||
575 | /** | 575 | /** |
576 | * @} | 576 | * @} |
577 | */ | 577 | */ |
578 | |||
579 | #ifdef __cplusplus | 578 | #ifdef __cplusplus |
580 | } | 579 | } |
581 | #endif | 580 | #endif |
581 | |||
582 | #undef EAPI | ||
583 | #define EAPI | ||
584 | |||
582 | #endif /* __ETHUMB_H__ */ | 585 | #endif /* __ETHUMB_H__ */ |