*: use references instead of pointers
This commit is contained in:
+5
-5
@@ -32,23 +32,23 @@ class SongFilter;
|
||||
class Client;
|
||||
|
||||
void
|
||||
queue_print_info(Client *client, const struct queue *queue,
|
||||
queue_print_info(Client &client, const queue &queue,
|
||||
unsigned start, unsigned end);
|
||||
|
||||
void
|
||||
queue_print_uris(Client *client, const struct queue *queue,
|
||||
queue_print_uris(Client &client, const queue &queue,
|
||||
unsigned start, unsigned end);
|
||||
|
||||
void
|
||||
queue_print_changes_info(Client *client, const struct queue *queue,
|
||||
queue_print_changes_info(Client &client, const queue &queue,
|
||||
uint32_t version);
|
||||
|
||||
void
|
||||
queue_print_changes_position(Client *client, const struct queue *queue,
|
||||
queue_print_changes_position(Client &client, const queue &queue,
|
||||
uint32_t version);
|
||||
|
||||
void
|
||||
queue_find(Client *client, const struct queue *queue,
|
||||
queue_find(Client &client, const queue &queue,
|
||||
const SongFilter &filter);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user