Parent Directory
|
Revision Log
|
Patch
| revision 81 by rabbi, Wed Dec 12 19:29:52 2001 UTC | revision 82 by rabbi, Tue Jul 9 08:02:02 2002 UTC | |
|---|---|---|
| # | Line 6 | Line 6 |
| 6 | details. | details. |
| 7 | ||
| 8 | Function prototypes | Function prototypes |
| 9 | $Id: mix3.h,v 1.4 2001/12/12 19:29:52 rabbi Exp $ */ | $Id: mix3.h,v 1.5 2002/07/09 08:02:02 rabbi Exp $ */ |
| 10 | ||
| 11 | ||
| 12 | #ifndef _MIX3_H | #ifndef _MIX3_H |
| # | Line 239 void pool_packetexp(void); | Line 239 void pool_packetexp(void); |
| 239 | int idexp(void); | int idexp(void); |
| 240 | void pop3get(void); | void pop3get(void); |
| 241 | ||
| 242 | typedef struct { /* added for binary id.log change */ | |
| 243 | char id[16]; | |
| 244 | long time; | |
| 245 | } idlog_t; | |
| 246 | ||
| 247 | /* statistics */ | /* statistics */ |
| 248 | int stats_log(int); | int stats_log(int); |
| 249 | int stats_out(int); | int stats_out(int); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |