export CONFIG

This commit is contained in:
Ron Pedde 2003-11-12 06:23:16 +00:00
parent e311b43354
commit cf2c6b02c8
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ typedef struct tag_config {
SONGENTRY songlist;
} CONFIG;
extern CONFIG config;
#endif /* _DAAPD_H_ */