summaryrefslogtreecommitdiff
path: root/rds.h
blob: 59bf199c8a065a575babff6d6e29dc8892f3ecdc (plain)
1
2
3
4
5
6
7
8
#ifndef _CFM_RDS_H_
#define _CFM_RDS_H_

#include <glib.h>

gchar * rds_decode(const gchar *s);

#endif