diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/player.h b/src/player.h index f9e94ef..2c89c93 100644 --- a/src/player.h +++ b/src/player.h @@ -21,8 +21,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef _PLAYER_H -#define _PLAYER_H +#ifndef SRC_PLAYER_H_CN979RE9 +#define SRC_PLAYER_H_CN979RE9 #include "config.h" @@ -72,4 +72,4 @@ void BarPlayerSetVolume (struct audioPlayer * const player); void BarPlayerInit (); void BarPlayerDestroy (); -#endif /* _PLAYER_H */ +#endif /* SRC_PLAYER_H_CN979RE9 */ |