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
e01615fd
Commit
e01615fd
authored
Jan 21, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input_internal.h: add extern "C"
parent
c1daa857
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CurlInputPlugin.cxx
src/input/CurlInputPlugin.cxx
+0
-4
SoupInputPlugin.cxx
src/input/SoupInputPlugin.cxx
+0
-4
input_internal.h
src/input_internal.h
+8
-0
No files found.
src/input/CurlInputPlugin.cxx
View file @
e01615fd
...
...
@@ -24,11 +24,7 @@
#include "tag.h"
#include "IcyMetaDataParser.hxx"
#include "event/MultiSocketMonitor.hxx"
extern
"C"
{
#include "input_internal.h"
}
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "glib_compat.h"
...
...
src/input/SoupInputPlugin.cxx
View file @
e01615fd
...
...
@@ -20,11 +20,7 @@
#include "config.h"
#include "SoupInputPlugin.hxx"
#include "input_plugin.h"
extern
"C"
{
#include "input_internal.h"
}
#include "IOThread.hxx"
#include "event/Loop.hxx"
#include "conf.h"
...
...
src/input_internal.h
View file @
e01615fd
...
...
@@ -27,6 +27,10 @@
struct
input_stream
;
struct
input_plugin
;
#ifdef __cplusplus
extern
"C"
{
#endif
void
input_stream_init
(
struct
input_stream
*
is
,
const
struct
input_plugin
*
plugin
,
const
char
*
uri
,
GMutex
*
mutex
,
GCond
*
cond
);
...
...
@@ -40,4 +44,8 @@ input_stream_signal_client(struct input_stream *is);
void
input_stream_set_ready
(
struct
input_stream
*
is
);
#ifdef __cplusplus
}
#endif
#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