diff options
author | cbdev <cb@cbcdn.com> | 2017-06-08 02:33:18 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-06-08 02:33:18 +0200 |
commit | aed37425605d73ac22ec1f8c3145486d0ec79bb3 (patch) | |
tree | e99c68f889e3cd5fd23d00b3e6a81b50b36360b5 /artnet.h | |
parent | 804b5c3b3abbac7b95d79bf84fabbb78d94e2c39 (diff) | |
download | midimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.tar.gz midimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.tar.bz2 midimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.zip |
Move to dynamically loading backends
Diffstat (limited to 'artnet.h')
-rw-r--r-- | artnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ * destination per instance */ -int artnet_init(); +int init(); static int artnet_configure(char* option, char* value); static int artnet_configure_instance(instance* instance, char* option, char* value); static instance* artnet_instance(); |