blob: 64f7c15243ff073ca2ba62722c8c2353f31cd109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* File: profiles_atrac3plus.h
* Author: savop
*
* Created on 7. Dezember 2009, 13:06
*/
#ifndef _PROFILES_ATRAC3PLUS_H
#define _PROFILES_ATRAC3PLUS_H
#include "profile_data.h"
extern DLNAProfile DLNA_PROFILE_ATRAC3Plus; ///< Atrac 3+
#endif /* _PROFILES_ATRAC3PLUS_H */
|