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
/
MediaTest.h
blob
3cca65fc292d0e1b388bf95983ce517c1445f69c
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