summaryrefslogtreecommitdiff
path: root/rds.h
diff options
context:
space:
mode:
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