#ifndef __QSCAN_P_H__
#define __QSCAN_P_H__ 1

static pid_t ripmime_pid;
static int ripmime_pipe[2];

static pid_t qq_pid;
static int qq_pipe[2];
static int qq_pipe_envelope[2];

static pid_t av_pid;
static int av_pipe[2];

static char ripmime_destdir[MAXPATHLEN];

static time_t now;

#endif


syntax highlighted by Code2HTML, v. 0.9.1