X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/90e416c4df00269ab86d349ff677d0a2c0b0bd40..bd29c60e53e501684134598436c05bb25915cb1c:/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);