1 #ifndef MIX_TEST_H_
2 #define MIX_TEST_H_
3 
4 void init_mix_test();
5 
6 #endif /* MIX_TEST_H_ */
7