0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00

FFI: Update signal_ffi.h with doc comment

This commit is contained in:
Jordan Rose 2021-02-24 15:59:23 -08:00
parent e261c93fbd
commit a90555e071

View File

@ -94,6 +94,9 @@ typedef struct SignalServerCertificate SignalServerCertificate;
typedef struct SignalSessionRecord SignalSessionRecord;
/**
* The top-level error type (opaquely) returned to C clients when something goes wrong.
*/
typedef struct SignalFfiError SignalFfiError;
typedef struct SignalMessage SignalMessage;