summaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-14 15:46:54 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-14 15:46:54 +0100
commitd6923be4bd2e198b4cba161e8040072128bd392c (patch)
treecf3e74d4685075b4836141c48a71507666074781 /src/utils.h
parent77d77e5f4d60ed9d1f8346910f42fe2d61122f22 (diff)
downloaddabmux-d6923be4bd2e198b4cba161e8040072128bd392c.tar.gz
dabmux-d6923be4bd2e198b4cba161e8040072128bd392c.tar.bz2
dabmux-d6923be4bd2e198b4cba161e8040072128bd392c.zip
make DabComponent a class and make its label RC controllable
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 8a9e264..2a91dbc 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -53,7 +53,7 @@ void printOutputs(vector<dabOutput*>& outputs);
void printServices(vector<DabService*>& services);
-void printComponents(vector<dabComponent*>& components);
+void printComponents(vector<DabComponent*>& components);
void printSubchannels(vector<dabSubchannel*>& subchannels);
@@ -61,5 +61,5 @@ void printSubchannels(vector<dabSubchannel*>& subchannels);
void printEnsemble(dabEnsemble* ensemble);
/* Print detailed component information */
-void printComponent(dabComponent* component);
+void printComponent(DabComponent* component);
#endif