chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
suppress more redundant redisplay_tree() calls
[disorder]
/
lib
/
eclient.h
diff --git
a/lib/eclient.h
b/lib/eclient.h
index ba813759e5680e4c624e72e2b4a50cdd2f3f5689..37ec9cbd9edfd80ade9df2b8ffd5f635c3b2b429 100644
(file)
--- a/
lib/eclient.h
+++ b/
lib/eclient.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2006 Richard Kettlewell
+ * Copyright (C) 2006
, 2007
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-96,6
+96,7
@@
typedef struct disorder_eclient_log_callbacks {
void (*scratched)(void *v, const char *track, const char *user);
void (*state)(void *v, unsigned long state);
void (*volume)(void *v, int left, int right);
void (*scratched)(void *v, const char *track, const char *user);
void (*state)(void *v, unsigned long state);
void (*volume)(void *v, int left, int right);
+ void (*rescanned)(void *v);
} disorder_eclient_log_callbacks;
/* State bits */
} disorder_eclient_log_callbacks;
/* State bits */
@@
-316,6
+317,15
@@
int disorder_eclient_nop(disorder_eclient *c,
disorder_eclient_no_response *completed,
void *v);
disorder_eclient_no_response *completed,
void *v);
+int disorder_eclient_new_tracks(disorder_eclient *c,
+ disorder_eclient_list_response *completed,
+ int max,
+ void *v);
+
+int disorder_eclient_rtp_address(disorder_eclient *c,
+ disorder_eclient_list_response *completed,
+ void *v);
+
#endif
/*
#endif
/*