comparison stream/pvr.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 19cd461d2f1b
children 7ee4ae1648e6
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software Foundation, 20 * along with this program; if not, write to the Free Software Foundation,
21 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef PVR_H 24 #ifndef MPLAYER_PVR_H
25 #define PVR_H 25 #define MPLAYER_PVR_H
26 26
27 #include "tv.h" 27 #include "tv.h"
28 28
29 /** 29 /**
30 * @brief Get the current station name. 30 * @brief Get the current station name.
82 * if the frequency is invalid, i.e. <0 82 * if the frequency is invalid, i.e. <0
83 * @return 0 if success, otherwise -1 83 * @return 0 if success, otherwise -1
84 */ 84 */
85 int pvr_force_freq_step (stream_t *stream, int step); 85 int pvr_force_freq_step (stream_t *stream, int step);
86 86
87 #endif /* PVR_H */ 87 #endif /* MPLAYER_PVR_H */