command.h: include sllist.h which defines struct strnode
git-svn-id: https://svn.musicpd.org/mpd/trunk@7346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
dec2a063cd
commit
804088f590
|
@ -21,13 +21,12 @@
|
|||
|
||||
#include "gcc.h"
|
||||
#include "os_compat.h"
|
||||
#include "sllist.h"
|
||||
|
||||
#define COMMAND_RETURN_KILL 10
|
||||
#define COMMAND_RETURN_CLOSE 20
|
||||
#define COMMAND_MASTER_READY 30
|
||||
|
||||
struct strnode;
|
||||
|
||||
int processListOfCommands(int fd, int *permission, int *expired,
|
||||
int listOK, struct strnode *list);
|
||||
|
||||
|
|
Loading…
Reference in New Issue