|
ezmlmx 0.69
ezmlmx
|
#include <unistd.h>#include "readwrite.h"#include "buffer.h"#include "subscribe.h"#include "exit.h"#include "fmt.h"#include "getoptb.h"#include "errtxt.h"#include "idx.h"#include "auto_version.h"#include "logmsg.h"
Go to the source code of this file.
Macros | |
| #define | WHO "ezmlm-list" |
Functions | |
| int | subwrite (char *s, unsigned int l) |
| int | dummywrite (char *s, unsigned int l) |
| int | main (int argc, char **argv) |
Variables | |
| int | flagnumber = 0 |
Definition in file ezmlm-list.c.
| #define WHO "ezmlm-list" |
Definition at line 13 of file ezmlm-list.c.
| int dummywrite | ( | char * | s, |
| unsigned int | l ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| int subwrite | ( | char * | s, |
| unsigned int | l ) |
| int flagnumber = 0 |
Definition at line 21 of file ezmlm-list.c.