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
8661a51a
Commit
8661a51a
authored
Jul 25, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SongFilter: make locate_parse_type() static
parent
42ec6716
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
SongFilter.cxx
src/SongFilter.cxx
+5
-1
SongFilter.hxx
src/SongFilter.hxx
+0
-7
No files found.
src/SongFilter.cxx
View file @
8661a51a
...
...
@@ -44,7 +44,11 @@
#define LOCATE_TAG_FILE_KEY_OLD "filename"
#define LOCATE_TAG_ANY_KEY "any"
unsigned
/**
* @return #TAG_NUM_OF_ITEM_TYPES on error
*/
gcc_pure
static
unsigned
locate_parse_type
(
const
char
*
str
)
noexcept
{
if
(
StringEqualsCaseASCII
(
str
,
LOCATE_TAG_FILE_KEY
)
||
...
...
src/SongFilter.hxx
View file @
8661a51a
...
...
@@ -280,11 +280,4 @@ public:
SongFilter
WithoutBasePrefix
(
const
char
*
prefix
)
const
noexcept
;
};
/**
* @return #TAG_NUM_OF_ITEM_TYPES on error
*/
gcc_pure
unsigned
locate_parse_type
(
const
char
*
str
)
noexcept
;
#endif
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