X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/04d383a4a09bfaa3e54b39d36dd8ce6f80afe725..10ca7ea8e832f80e144a7a4f67ff2bda310f3bb2:/scope.h diff --git a/scope.h b/scope.h index 9eafd91..2f3a61a 100644 --- a/scope.h +++ b/scope.h @@ -16,4 +16,5 @@ struct scope* initscope(void); void closescope(struct scope* sc); void claimscope(struct scope* sc); void releasescope(struct scope* sc); +void resetscope(struct scope* sc); char *scope_idn(struct scope *sc);