diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2010-03-18 21:44:17 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2010-03-18 21:44:17 +0100 |
commit | e1b2fc176c912bd9dca665ecae129f87b8f39909 (patch) | |
tree | ce2e6b43e1c168fb2bfd0af9995978b226534d78 /common.h | |
parent | 74b2bcef2a7c9576a4c841d8a1d256cb59f4acc1 (diff) | |
download | vdr-plugin-pvrinput-e1b2fc176c912bd9dca665ecae129f87b8f39909.tar.gz vdr-plugin-pvrinput-e1b2fc176c912bd9dca665ecae129f87b8f39909.tar.bz2 |
global code review and minor style cleanups
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -#ifndef _PVR_COMMON_H_ -#define _PVR_COMMON_H_ +#ifndef _PVRINPUT_COMMON_H_ +#define _PVRINPUT_COMMON_H_ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 }; @@ -37,7 +37,7 @@ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 } #endif //VDRVERSNUM < 10507 -void log(int level, const char * fmt, ...); +void log(int level, const char *fmt, ...); int IOCTL(int fd, int cmd, void *data); |