ezmlmx 0.68
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 char *date,
10 const char *addr,
11 const char *action);
12
13#endif
void cookie(char *hash, const char *key, unsigned int keylen, const char *date, const char *addr, const char *action)
Definition cookie.c:14
stralloc addr
Definition ezmlm-cron.c:45
stralloc action
Definition ezmlm-store.c:84