summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-06 19:24:57 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-06 19:24:57 +0100
commitf536558610b76d417bfea081d8230bf52db964a0 (patch)
tree4b517f889b041f45ae21e315c7914eb12f8cc4c4 /deadbeef.h
parented61ec21a21378e55dcfa87c04b2a6823e74e67f (diff)
sorting for search window
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index c87de95f..ff5d5ddc 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -284,7 +284,7 @@ typedef struct {
void (*pl_delete_all_meta) (DB_playItem_t *it);
void (*pl_set_item_duration) (DB_playItem_t *it, float duration);
float (*pl_get_item_duration) (DB_playItem_t *it);
- void (*pl_sort) (int id, const char *format, int ascending);
+ void (*pl_sort) (int iter, int id, const char *format, int ascending);
// cuesheet support
DB_playItem_t *(*pl_insert_cue_from_buffer) (DB_playItem_t *after, const char *fname, const uint8_t *buffer, int buffersize, struct DB_decoder_s *decoder, const char *ftype, int numsamples, int samplerate);
DB_playItem_t * (*pl_insert_cue) (DB_playItem_t *after, const char *filename, struct DB_decoder_s *decoder, const char *ftype, int numsamples, int samplerate);