X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Fproto.h;h=19c1680f8d7fc1d14efb59f307842370c4d0e270;hb=782b16447b25ce31d41764ae91681a6aa4f3fe0d;hp=7396c57be0e7dc739659d8867111c88844fc9609;hpb=2fb60e23299037456a626ad65d15b89a78393917;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 --------------------------------------------------------------*/