X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=backend.c;h=eb23ad229bd36238380b17fd4c37a89a636ed8a9;hb=a9f54bcd7b83baf465e5096f604470cacb4951bf;hp=4edc78123b41269d5c8aba4e7902956ec53bcc78;hpb=484760d1a8a26ba830b3d63d1451dc30985babd1;p=libsigrok.git diff --git a/backend.c b/backend.c index 4edc7812..eb23ad22 100644 --- a/backend.c +++ b/backend.c @@ -20,13 +20,13 @@ #include #include -int sigrok_init(void) +int sr_init(void) { return load_hwplugins(); } /* TODO: Should return int to be able to report back error codes. */ -void sigrok_cleanup(void) +void sr_exit(void) { device_close_all(); }