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
3047bdf6
Commit
3047bdf6
authored
Aug 13, 2012
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v0.17.x'
Conflicts: NEWS configure.ac src/client_file.h
parents
a0478f98
12be9e81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
NEWS
NEWS
+6
-1
client_file.h
src/client_file.h
+0
-2
No files found.
NEWS
View file @
3047bdf6
ver 0.18 (2012/??/??)
* improved decoder/output error reporting
ver 0.17.1 (2012/??/??)
ver 0.17.2 (2012/??/??)
* protocol:
- fix crash in local file check
ver 0.17.1 (2012/07/31)
* protocol:
- require appropriate permissions for searchadd{,pl}
* tags:
...
...
src/client_file.h
View file @
3047bdf6
...
...
@@ -20,7 +20,6 @@
#ifndef MPD_CLIENT_FILE_H
#define MPD_CLIENT_FILE_H
#include "gcc.h"
#include "gerror.h"
#include <stdbool.h>
...
...
@@ -37,7 +36,6 @@ struct client;
* @param path_fs the absolute path name in filesystem encoding
* @return true if access is allowed
*/
gcc_pure
bool
client_allow_file
(
const
struct
client
*
client
,
const
char
*
path_fs
,
GError
**
error_r
);
...
...
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