mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
f38c262471
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. |
||
---|---|---|
.. | ||
ctest.c | ||
Makefile |