aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/loopback.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/loopback.h')
-rw-r--r--backends/loopback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/loopback.h b/backends/loopback.h
index ee51c66..dee3e9d 100644
--- a/backends/loopback.h
+++ b/backends/loopback.h
@@ -7,7 +7,7 @@ static instance* loopback_instance();
static channel* loopback_channel(instance* inst, char* spec, uint8_t flags);
static int loopback_set(instance* inst, size_t num, channel** c, channel_value* v);
static int loopback_handle(size_t num, managed_fd* fds);
-static int loopback_start();
+static int loopback_start(size_t n, instance** inst);
static int loopback_shutdown();
typedef struct /*_loopback_instance_data*/ {