repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
bin
/
media_client
/
MediaPlay.h
blob
84670a712419ed422d27541f5c15eeb8ba67dbd6
1
/*
2
* Copyright 2017, Dario Casalinuovo. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
#ifndef _MEDIA_CLIENT_PLAY
7
#define _MEDIA_CLIENT_PLAY
8
9
int
media_play
(
const char
*
uri
);
10
11
#endif
12