improves naming
[src/app-framework-binder.git] / plugins / radio / radio-rtlsdr.c
index 49efd2b..7f76306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
  * Author "Manuel Bachmann"
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
 #include "radio-api.h"
 #include "radio-rtlsdr.h"
 
+static void* _dongle_thread_fn (void *);
+static void* _demod_thread_fn (void *);
+static void* _output_thread_fn (void *);
+
 static unsigned int init_dev_count = 0;
 static struct dev_ctx **dev_ctx = NULL;