mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Reorganized header files.
This commit is contained in:
parent
2bd95ab23e
commit
fab6904a57
3
common.c
3
common.c
@ -3,10 +3,9 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: common.c,v 1.7 2007/10/20 23:25:14 ajhseppa Exp $
|
||||
* $Id: common.c,v 1.8 2007/10/26 23:18:50 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/i18n.h>
|
||||
#include <vdr/tools.h>
|
||||
#include "common.h"
|
||||
|
||||
|
3
common.h
3
common.h
@ -3,13 +3,14 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: common.h,v 1.16 2007/10/26 23:13:24 rahrenbe Exp $
|
||||
* $Id: common.h,v 1.17 2007/10/26 23:18:49 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#ifndef __IPTV_COMMON_H
|
||||
#define __IPTV_COMMON_H
|
||||
|
||||
#include <vdr/tools.h>
|
||||
#include <vdr/i18n.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define debug(x...) dsyslog("IPTV: " x);
|
||||
|
Loading…
Reference in New Issue
Block a user