X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=proto.h;h=821846f223abb66e91fc0e29049245a49572feb6;hb=d1056603a00b92d12170e6e7d3da33473147c5f5;hp=28cbe844e4353cef28db60fc33c23d77e84ac0ea;hpb=f99e32affc3a18a2a6b45c988bc440013a8b2e4e;p=libsigrok.git diff --git a/proto.h b/proto.h index 28cbe844..821846f2 100644 --- a/proto.h +++ b/proto.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2013 Bert Vermeulen * @@ -54,6 +54,8 @@ SR_API int sr_dev_trigger_set(const struct sr_dev_inst *sdi, int probenum, SR_API gboolean sr_dev_has_option(const struct sr_dev_inst *sdi, int key); SR_API GSList *sr_dev_list(const struct sr_dev_driver *driver); SR_API int sr_dev_clear(const struct sr_dev_driver *driver); +SR_API int sr_dev_open(struct sr_dev_inst *sdi); +SR_API int sr_dev_close(struct sr_dev_inst *sdi); /*--- filter.c --------------------------------------------------------------*/