aboutsummaryrefslogtreecommitdiff
path: root/src/idest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idest.h')
-rw-r--r--src/idest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idest.h b/src/idest.h
index 597e34b..2ae2b96 100644
--- a/src/idest.h
+++ b/src/idest.h
@@ -64,6 +64,7 @@ struct ed_item {
#define MODE_MOD 1
#define MODE_DELETE 2
#define MODE_INFO 3
+#define MODE_LIST 4
extern int mode;
extern int latin1_option;
@@ -141,6 +142,8 @@ struct id3_frame *find_matching_frame(struct id3_tag *tag,
const struct ed_item *item,
idest_frame_cmp_t cmp);
int frame_field_from_string(struct id3_frame *frame, int n, const char *value);
+int frametab_enumerate(int (*fun)(const struct idest_frametab *, void *),
+ void *data, int sorted);
/* main.c */

Return to:

Send suggestions and report system problems to the System administrator.