Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
ee7369a8
Commit
ee7369a8
authored
Mar 29, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queue_print: queue_print_song_info() is not necessry for export.
parent
68a4bb90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
queue_print.c
src/queue_print.c
+9
-1
queue_print.h
src/queue_print.h
+0
-12
No files found.
src/queue_print.c
View file @
ee7369a8
...
...
@@ -24,7 +24,15 @@
#include "locate.h"
#include "client.h"
void
/**
* Send detailed information about a range of songs in the queue to a
* client.
*
* @param client the client which has requested information
* @param start the index of the first song (including)
* @param end the index of the last song (excluding)
*/
static
void
queue_print_song_info
(
struct
client
*
client
,
const
struct
queue
*
queue
,
unsigned
position
)
{
...
...
src/queue_print.h
View file @
ee7369a8
...
...
@@ -32,18 +32,6 @@ struct queue;
struct
locate_item_list
;
void
queue_print_song_info
(
struct
client
*
client
,
const
struct
queue
*
queue
,
unsigned
position
);
/**
* Send detailed information about a range of songs in the queue to a
* client.
*
* @param client the client which has requested information
* @param start the index of the first song (including)
* @param end the index of the last song (excluding)
*/
void
queue_print_info
(
struct
client
*
client
,
const
struct
queue
*
queue
,
unsigned
start
,
unsigned
end
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment