blob: 0e0edd91cf98677cb7860afb7590f6bf442d677f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $OpenBSD: pop_trans.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* TRANSACTION state handling.
*/
#ifndef _POP_TRANS_H
#define _POP_TRANS_H
extern int do_pop_trans(char *spool, char *mailbox);
#endif
|