Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
22f42ffb
Commit
22f42ffb
authored
Feb 15, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc_Internal* need to be exported for libvlc-control
parent
2a1ed30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/control/libvlc_internal.h
src/control/libvlc_internal.h
+6
-6
No files found.
src/control/libvlc_internal.h
View file @
22f42ffb
...
@@ -34,13 +34,13 @@ extern "C" {
...
@@ -34,13 +34,13 @@ extern "C" {
/***************************************************************************
/***************************************************************************
* Internal creation and destruction functions
* Internal creation and destruction functions
***************************************************************************/
***************************************************************************/
libvlc_int_t
*
libvlc_InternalCreate
(
void
);
VLC_EXPORT
(
libvlc_int_t
*
,
libvlc_InternalCreate
,
(
void
)
);
int
libvlc_InternalInit
(
libvlc_int_t
*
,
int
,
char
*
ppsz_argv
[]
);
VLC_EXPORT
(
int
,
libvlc_InternalInit
,
(
libvlc_int_t
*
,
int
,
char
*
ppsz_argv
[]
)
);
int
libvlc_InternalCleanup
(
libvlc_int_t
*
);
VLC_EXPORT
(
int
,
libvlc_InternalCleanup
,
(
libvlc_int_t
*
)
);
int
libvlc_InternalDestroy
(
libvlc_int_t
*
,
vlc_bool_t
);
VLC_EXPORT
(
int
,
libvlc_InternalDestroy
,
(
libvlc_int_t
*
,
vlc_bool_t
)
);
int
libvlc_InternalAddIntf
(
libvlc_int_t
*
,
const
char
*
,
vlc_bool_t
,
VLC_EXPORT
(
int
,
libvlc_InternalAddIntf
,
(
libvlc_int_t
*
,
const
char
*
,
vlc_bool_t
,
vlc_bool_t
,
int
,
const
char
*
const
*
);
vlc_bool_t
,
int
,
const
char
*
const
*
)
)
;
/***************************************************************************
/***************************************************************************
* Opaque structures for libvlc API
* Opaque structures for libvlc API
...
...
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