X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=proto.h;h=49b2d7473087b6c16baea3b896ea266c5dbbd7c3;hb=b8072700c1bc7d13ba004fd897668b56cec4ac62;hp=e520803c5d2fe5b0f142a05b0fccc19611f87fd1;hpb=4cc9aea15b2d76930f565e810e0520918e2cc7bd;p=libsigrok.git diff --git a/proto.h b/proto.h index e520803c..49b2d747 100644 --- a/proto.h +++ b/proto.h @@ -22,8 +22,8 @@ /*--- backend.c -------------------------------------------------------------*/ -SR_API int sr_init(void); -SR_API int sr_exit(void); +SR_API int sr_init(struct sr_context **ctx); +SR_API int sr_exit(struct sr_context *ctx); /*--- log.c -----------------------------------------------------------------*/