aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/functions.h')
-rw-r--r--tests/libsample/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsample/functions.h b/tests/libsample/functions.h
index 848777e..95adb2d 100644
--- a/tests/libsample/functions.h
+++ b/tests/libsample/functions.h
@@ -62,6 +62,8 @@ LIBSAMPLE_API GlobalOverloadFuncEnum overloadedFunc(int val);
LIBSAMPLE_API GlobalOverloadFuncEnum overloadedFunc(double val);
LIBSAMPLE_API unsigned int doubleUnsignedInt(unsigned int value);
+LIBSAMPLE_API long long doubleLongLong(long long value);
+LIBSAMPLE_API unsigned long long doubleUnsignedLongLong(unsigned long long value);
LIBSAMPLE_API short doubleShort(short value);
LIBSAMPLE_API int acceptInt(int x);