diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 06:20:46 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 06:20:46 +0200 |
commit | e60a68ede522e56b3a52ddad25ab1704b587e9c2 (patch) | |
tree | be96ce85eb659ca06b1e464e8b11885c63e9a074 /apps/osc.h | |
parent | osc know has an own stuct too (diff) |
midi is now using a thread as well
Diffstat (limited to 'apps/osc.h')
-rw-r--r-- | apps/osc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ typedef struct { } osc_t; int osc_init(osc_t* o, const char* port); -void osc_start(osc_t* o); -void osc_stop(osc_t* o); +int osc_start(osc_t* o); +int osc_stop(osc_t* o); #endif |