xref: /haiku/src/bin/media_client/MediaTest.h (revision 8728f4797fcb3e99b6e1ec2629efbf4119c37497)
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