diff options
Diffstat (limited to 'libtomcrypt/headers/tomcrypt_cfg.h')
-rw-r--r-- | libtomcrypt/headers/tomcrypt_cfg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtomcrypt/headers/tomcrypt_cfg.h b/libtomcrypt/headers/tomcrypt_cfg.h index 7feae6e..b750c8b 100644 --- a/libtomcrypt/headers/tomcrypt_cfg.h +++ b/libtomcrypt/headers/tomcrypt_cfg.h @@ -19,6 +19,8 @@ #define LTC_EXPORT #endif +LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); + /* certain platforms use macros for these, making the prototypes broken */ #ifndef LTC_NO_PROTOTYPES @@ -28,9 +30,6 @@ LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n); LTC_EXPORT void * LTC_CALL XCALLOC(size_t n, size_t s); LTC_EXPORT void LTC_CALL XFREE(void *p); -LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); - - /* change the clock function too */ LTC_EXPORT clock_t LTC_CALL XCLOCK(void); |