diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-14 18:47:55 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-14 18:47:55 +0000 |
commit | e39289a9878864a48e7b877fd49b56a76c43f1e8 (patch) | |
tree | 7501f637809634cc505fd7d7f6a5027fa2594a47 /src/command.h | |
parent | f965b403eadbab9893b3b9d9b8cb2d430dbbe0d7 (diff) | |
download | mpd-e39289a9878864a48e7b877fd49b56a76c43f1e8.tar.gz mpd-e39289a9878864a48e7b877fd49b56a76c43f1e8.tar.xz mpd-e39289a9878864a48e7b877fd49b56a76c43f1e8.zip |
[CLEANUP] Remove unnecessary includes, static
functions that don't need to be exported, rename
misspelled function
git-svn-id: https://svn.musicpd.org/mpd/trunk@4325 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index b6f881005..44d93bed0 100644 --- a/src/command.h +++ b/src/command.h @@ -35,7 +35,7 @@ extern char * current_command; extern int command_listNum; -int proccessListOfCommands(FILE * fp, int * permission, int * expired, +int processListOfCommands(FILE * fp, int * permission, int * expired, int listOK, List * list); int processCommand(FILE * fp, unsigned int * permission, char * commandString); |