Merge tag 'v0.20.7'
release v0.20.7
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#define MPD_PROTOCOL_ARGPARSER_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
@@ -30,15 +29,12 @@
|
||||
class SongTime;
|
||||
class SignedSongTime;
|
||||
|
||||
gcc_pure
|
||||
uint32_t
|
||||
ParseCommandArgU32(const char *s);
|
||||
|
||||
gcc_pure
|
||||
int
|
||||
ParseCommandArgInt(const char *s, int min_value, int max_value);
|
||||
|
||||
gcc_pure
|
||||
int
|
||||
ParseCommandArgInt(const char *s);
|
||||
|
||||
@@ -55,31 +51,24 @@ struct RangeArg {
|
||||
}
|
||||
};
|
||||
|
||||
gcc_pure
|
||||
RangeArg
|
||||
ParseCommandArgRange(const char *s);
|
||||
|
||||
gcc_pure
|
||||
unsigned
|
||||
ParseCommandArgUnsigned(const char *s, unsigned max_value);
|
||||
|
||||
gcc_pure
|
||||
unsigned
|
||||
ParseCommandArgUnsigned(const char *s);
|
||||
|
||||
gcc_pure
|
||||
bool
|
||||
ParseCommandArgBool(const char *s);
|
||||
|
||||
gcc_pure
|
||||
float
|
||||
ParseCommandArgFloat(const char *s);
|
||||
|
||||
gcc_pure
|
||||
SongTime
|
||||
ParseCommandArgSongTime(const char *s);
|
||||
|
||||
gcc_pure
|
||||
SignedSongTime
|
||||
ParseCommandArgSignedSongTime(const char *s);
|
||||
|
||||
|
Reference in New Issue
Block a user