From 4ef91a8865d7fb7a2b5fbded4e7910b8659d3439 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 27 Sep 2018 16:31:15 -0700 Subject: [PATCH] add some missing types --- hdhomerun_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hdhomerun_types.h b/hdhomerun_types.h index cf98001..c54da2c 100644 --- a/hdhomerun_types.h +++ b/hdhomerun_types.h @@ -25,6 +25,8 @@ struct hdhomerun_device_t; struct hdhomerun_device_allocation_t; +struct hdhomerun_device_selector_t; +struct hdhomerun_discover_t; struct hdhomerun_tuner_status_t { char channel[32];