ezmlmx 0.68
ezmlmx
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "stralloc.h"
#include "buffer.h"
#include "readwrite.h"
#include "sig.h"
#include "lock.h"
#include "getconf.h"
#include "fmt.h"
#include "now.h"
#include "getoptb.h"
#include "error.h"
#include "scan.h"
#include "open.h"
#include "errtxt.h"
#include "idx.h"
#include "logmsg.h"
#include "lockfile.h"
Go to the source code of this file.
Macros | |
#define | WHO "ezmlm-limit" |
Functions | |
int | main (int argc, char **argv) |
Variables | |
unsigned long | deltasecs = LIMSECS |
unsigned long | deltanum = LIMMSG |
int | flagd = 0 |
int | flagmod |
int | flagloop |
const char * | fn = TXT_LOOPNUM |
stralloc | line = {0} |
buffer | bn |
char | newbuf [16] |
char | strnum [FMT_ULONG] |
Definition in file ezmlm-limit.c.
#define WHO "ezmlm-limit" |
Definition at line 21 of file ezmlm-limit.c.
int main | ( | int | argc, |
char ** | argv ) |
buffer bn |
Definition at line 43 of file ezmlm-limit.c.
unsigned long deltanum = LIMMSG |
Definition at line 30 of file ezmlm-limit.c.
unsigned long deltasecs = LIMSECS |
Definition at line 29 of file ezmlm-limit.c.
int flagd = 0 |
Definition at line 32 of file ezmlm-limit.c.
int flagloop |
Definition at line 34 of file ezmlm-limit.c.
int flagmod |
Definition at line 33 of file ezmlm-limit.c.
const char* fn = TXT_LOOPNUM |
Definition at line 35 of file ezmlm-limit.c.
stralloc line = {0} |
Definition at line 41 of file ezmlm-limit.c.
char newbuf[16] |
Definition at line 44 of file ezmlm-limit.c.
char strnum[FMT_ULONG] |
Definition at line 46 of file ezmlm-limit.c.