rclone/librclone/ctest
Nick Craig-Wood f38c262471 librclone: change interface for C code and add Mobile interface #4891
This changes the interface for the C code to return a struct on the
stack that is defined in the code rather than one which is defined by
the cgo compiler. This is more future proof and inline with the
gomobile interface.

This also adds a gomobile interface RcloneMobileRPC which uses generic
go types conforming to the gobind restrictions.

It also fixes up initialisation errors.
2021-04-28 16:55:08 +01:00
..
ctest.c librclone: change interface for C code and add Mobile interface #4891 2021-04-28 16:55:08 +01:00
Makefile librclone: exports, errors, docs and examples #4891 2021-04-28 16:55:08 +01:00