X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=backend.c;h=0d1b47263f66ba14eb5eff371a1d7773ee9d0eca;hb=962af1a379f2c1715b22f0779ed3ebc6f0d8c2ec;hp=42817158f4f11e877a53343280e66bbdbd56b342;hpb=fa93154fe6cb0962c1a1551dacb6619a7b3f4810;p=libsigrok.git diff --git a/backend.c b/backend.c index 42817158..0d1b4726 100644 --- a/backend.c +++ b/backend.c @@ -322,7 +322,7 @@ static int sanity_check_all_output_modules(void) * the context will be free'd by sr_exit() as part of the libsigrok * shutdown. * - * @since 0.1.0 (but the API changed in 0.2.0) + * @since 0.2.0 */ SR_API int sr_init(struct sr_context **ctx) { @@ -384,7 +384,7 @@ done: * * @return SR_OK upon success, a (negative) error code otherwise. * - * @since 0.1.0 (but the API changed in 0.2.0) + * @since 0.2.0 */ SR_API int sr_exit(struct sr_context *ctx) {