From bae15293ddc859a1ea426f15e7fa476f71ece020 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 4 Jun 2017 03:24:09 +0200 Subject: Add additional function prototypes --- midimonster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'midimonster.h') diff --git a/midimonster.h b/midimonster.h index 86c2d30..f15d39c 100644 --- a/midimonster.h +++ b/midimonster.h @@ -16,6 +16,8 @@ typedef struct _backend_channel* (*mmbackend_parse_channel)(struct _backend_inst typedef int (*mmbackend_configure)(char* option, char* value); typedef int (*mmbackend_configure_instance)(struct _backend_instance* instance, char* option, char* value); typedef int (*mmbackend_process_fd)(size_t fds, int* fd, void** impl); +typedef int (*mmbackend_start)(); +typedef uint32_t (*mmbackend_max_interval)(); typedef int (*mmbackend_shutdown)(); typedef struct _channel_value { -- cgit v1.2.3