X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fradio%2Fradio-rtlsdr.h;h=2308f27e7874e963e0f385cb4049894035d7b0a5;hb=5b5a2534e5effa69c800c2384c90dff4bc887c09;hp=ba39211e95dd5a7ec7086d47ef1361555b86924d;hpb=3303d82a7e637f7c15b55ee21d555df7b672ae81;p=src%2Fapp-framework-binder.git diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index ba39211e..2308f27e 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -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"); @@ -97,8 +97,4 @@ void _radio_apply_params (struct dev_ctx *); void _radio_start_threads (struct dev_ctx *); void _radio_stop_threads (struct dev_ctx *); -static void* _dongle_thread_fn (void *); -static void* _demod_thread_fn (void *); -static void* _output_thread_fn (void *); - #endif /* RADIO_RTLSDR_H */