mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 04:25:18 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef crypto_int64_h
|
|
#define crypto_int64_h
|
|
|
|
typedef long long crypto_int64;
|
|
|
|
#endif
|