/* * tools.h: The 'EnigmaNG' VDR skin * * See the README file for copyright information and how to reach the author. * */ #ifndef __SKINENIGMA_TOOLS_H #define __SKINENIGMA_TOOLS_H #include const char *parseaux(const char *str); bool ischaracters(const char *aux, const char *mask); #endif // __SKINENIGMA_TOOLS_H