aboutsummaryrefslogtreecommitdiffhomepage
path: root/artnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'artnet.h')
-rw-r--r--artnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/artnet.h b/artnet.h
index dc90e19..0d61627 100644
--- a/artnet.h
+++ b/artnet.h
@@ -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();