add missing header

This commit is contained in:
Jim Saxton
2020-03-08 13:14:45 -07:00
parent 982715e4e8
commit 3646945178

11
src/MediaPlay.h Normal file
View File

@@ -0,0 +1,11 @@
/*
* Copyright 2017, Dario Casalinuovo. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _MEDIA_CLIENT_PLAY
#define _MEDIA_CLIENT_PLAY
int media_play(const char* uri);
#endif