vdr 2.6.3
|
#include "plugin.h"
#include <ctype.h>
#include <dirent.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <time.h>
#include "config.h"
#include "interface.h"
#include "thread.h"
Go to the source code of this file.
Macros | |
#define | LIBVDR_PREFIX "libvdr-" |
#define | SO_INDICATOR ".so." |
#define | MAXPLUGINARGS 1024 |
#define | HOUSEKEEPINGDELTA 10 |
Functions | |
static char * | SkipQuote (char *s) |
|
static |