xref: /haiku/src/bin/media_client/MediaPlay.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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 
13