X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibsigrok%2Fproto.h;h=19c1680f8d7fc1d14efb59f307842370c4d0e270;hb=782b16447b25ce31d41764ae91681a6aa4f3fe0d;hp=7396c57be0e7dc739659d8867111c88844fc9609;hpb=6433156c3275df933e4bf6dcfb020c91fca0ae86;p=libsigrok.git diff --git a/include/libsigrok/proto.h b/include/libsigrok/proto.h index 7396c57b..19c1680f 100644 --- a/include/libsigrok/proto.h +++ b/include/libsigrok/proto.h @@ -49,8 +49,6 @@ SR_API int sr_log_loglevel_set(int loglevel); SR_API int sr_log_loglevel_get(void); SR_API int sr_log_callback_set(sr_log_callback cb, void *cb_data); SR_API int sr_log_callback_set_default(void); -SR_API int sr_log_logdomain_set(const char *logdomain); -SR_API char *sr_log_logdomain_get(void); /*--- device.c --------------------------------------------------------------*/