File: pop_trans.h

package info (click to toggle)
popa3d 1.0.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 312 kB
  • ctags: 274
  • sloc: ansic: 2,234; sh: 103; makefile: 91
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
/*
 * TRANSACTION state handling.
 */

#ifndef _POP_TRANS_H
#define _POP_TRANS_H

extern int do_pop_trans(char *spool, char *mailbox);

#endif