~ubuntu-branches/ubuntu/wily/pianobar/wily-proposed

« back to all changes in this revision

Viewing changes to src/libpiano/piano_private.h

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2012-05-06 14:24:34 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20120506142434-74kwucnyp97msxdi
Tags: 2012.05.06-1
* New upstream version.
  - JSON api support (closes: #670483, LP: #988395)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
Copyright (c) 2008-2010
 
2
Copyright (c) 2008-2012
3
3
        Lars-Dominik Braun <lars@6xq.net>
4
4
 
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
21
21
THE SOFTWARE.
22
22
*/
23
23
 
24
 
#ifndef _MAIN_H
25
 
#define _MAIN_H
 
24
#ifndef _PIANO_PRIVATE_H
 
25
#define _PIANO_PRIVATE_H
26
26
 
27
27
#include "piano.h"
28
28
 
29
29
void PianoDestroyStation (PianoStation_t *station);
 
30
void PianoDestroyUserInfo (PianoUserInfo_t *user);
30
31
 
31
 
#endif /* _MAIN_H */
 
32
#endif /* _PIANO_PRIVATE_H */