xref: /haiku/src/bin/media_client/MediaTest.h (revision 4e151bc3093293a8ab47aeae854dc80d04e9b41f)
1 /*
2  * Copyright 2017, Dario Casalinuovo. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 
6 #ifndef _MEDIA_CLIENT_TEST
7 #define _MEDIA_CLIENT_TEST
8 
9 void media_test();
10 
11 #endif
12 
13