#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.
◆ HOUSEKEEPINGDELTA
#define HOUSEKEEPINGDELTA 10 |
◆ LIBVDR_PREFIX
#define LIBVDR_PREFIX "libvdr-" |
◆ MAXPLUGINARGS
#define MAXPLUGINARGS 1024 |
◆ MUTE_DEPRECATED_MAINTHREADHOOK
#define MUTE_DEPRECATED_MAINTHREADHOOK |
◆ SO_INDICATOR
#define SO_INDICATOR ".so." |
◆ SkipQuote()
static char* SkipQuote |
( |
char * |
s | ) |
|
|
static |