aboutsummaryrefslogtreecommitdiff
path: root/src/idest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idest.h')
-rw-r--r--src/idest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/idest.h b/src/idest.h
index 2ae2b96..83b1d9d 100644
--- a/src/idest.h
+++ b/src/idest.h
@@ -98,6 +98,8 @@ char *field_binary_to_string(union id3_field *field);
void input_list_add_assignment(const char *name, const char *value);
+void list_supported_frames(void);
+
/* slist.c */
typedef int (*string_list_action_fn) (const char *, void *);
@@ -171,6 +173,8 @@ struct ed_item const *ed_list_locate(gl_list_t list,
struct id3_frame *frame,
idest_frame_cmp_t cmp);
+const char *str_split_col(const char *str, size_t *plen, size_t *pn);
+
/* backup.c */
int backup_file(const char *file);
@@ -180,4 +184,5 @@ int backup_file(const char *file);
void guile_init(int *pargc, char ***pargv);
int guile_transform(const char *file, struct id3_tag *tag);
int guile_list(const char *file, struct id3_tag *tag);
+void guile_add_load_path(const char *arg);

Return to:

Send suggestions and report system problems to the System administrator.