projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Define status item list in afh_common.c.
[paraslash.git]
/
afh_common.c
diff --git
a/afh_common.c
b/afh_common.c
index
0d54eea
..
9f1d188
100644
(file)
--- a/
afh_common.c
+++ b/
afh_common.c
@@
-33,6
+33,10
@@
void mp3_init(struct audio_format_handler *);
#endif
void wma_afh_init(struct audio_format_handler *);
+
+/** The list of all status items */
+const char *status_item_list[] = {STATUS_ITEM_ARRAY};
+
/**
* The list of supported audio formats.
*