session-ios/SessionMessagingKit/LibSessionUtil/libsession-util.xcframework/session/config.h

14 lines
129 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
typedef int64_t seqno_t;
#ifdef __cplusplus
}
#endif