]> sigrok.org Git - libsigrok.git/blobdiff - backend.c
Disable analog bits/gnuplot output for now.
[libsigrok.git] / backend.c
index 46b7397f09112ca5eb328c9f621548d9bb77d6fc..17983cd7a51a9537fffb8f5e30c5f94229f2b66c 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -26,7 +26,7 @@ int sr_init(void)
 }
 
 /* TODO: Should return int to be able to report back error codes. */
-void sr_cleanup(void)
+void sr_exit(void)
 {
-       device_close_all();
+       sr_device_close_all();
 }