File: mbox.h

package info (click to toggle)
asmail 2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,024 kB
  • ctags: 301
  • sloc: ansic: 3,045; sh: 183; makefile: 88
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef _MBOX_H_
#define _MBOX_H_

#include "globals.h"

void mbox_handle( struct mbox_struct * mb );

#endif