summaryrefslogtreecommitdiff
path: root/rds.h
diff options
context:
space:
mode:
authorjavier <javier@pcjavier.(none)>2010-11-07 03:00:56 +0100
committerjavier <javier@pcjavier.(none)>2010-11-07 03:00:56 +0100
commit2ab60ecb15ab1a7e30226563a15bbeec05dda54d (patch)
treec117593d0687b274f66898c9d54b4ea9ffb01e33 /rds.h
downloadcfmradio-2ab60ecb15ab1a7e30226563a15bbeec05dda54d.tar.gz
cfmradio-2ab60ecb15ab1a7e30226563a15bbeec05dda54d.zip
initial import
Diffstat (limited to 'rds.h')
-rw-r--r--rds.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rds.h b/rds.h
new file mode 100644
index 0000000..59bf199
--- /dev/null
+++ b/rds.h
@@ -0,0 +1,8 @@
+#ifndef _CFM_RDS_H_
+#define _CFM_RDS_H_
+
+#include <glib.h>
+
+gchar * rds_decode(const gchar *s);
+
+#endif