ezmlmx 0.70
ezmlmx
Loading...
Searching...
No Matches
cookie.h
Go to the documentation of this file.
1#ifndef COOKIE_H
2#define COOKIE_H
3
4#define COOKIE 20
5
6extern void cookie(char *hash,
7 const char *key,
8 unsigned int keylen,
9 const unsigned char *date,
10 const unsigned char *addr,
11 const unsigned char *action);
12
13#endif
void cookie(char *hash, const char *key, unsigned int keylen, const unsigned char *date, const unsigned char *addr, const unsigned char *action)
Definition cookie.c:14
stralloc addr
Definition ezmlm-cron.c:47
stralloc action
Definition ezmlm-store.c:84