Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 806a5fcb authored by Mathias Agopian's avatar Mathias Agopian
Browse files

be more friendly with C

parent 5a22b909
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ extern "C" {

/*****************************************************************************/

struct android_native_buffer_t
typedef struct android_native_buffer_t
{
#ifdef __cplusplus
    android_native_buffer_t() { 
@@ -48,7 +48,7 @@ struct android_native_buffer_t
    buffer_handle_t handle;

    void* reserved_proc[8];
};
} android_native_buffer_t;


/*****************************************************************************/