mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-30 21:45:20 +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
|