Go to the source code of this file.
Data Structures | |
| struct | mail_msg_t |
| This struct represents a mail message. More... | |
| struct | popstate_t |
| This struct is used by the popserver_functions_t functions. More... | |
Defines | |
| #define | DELETE_FLAG 0x1 |
| the falg used for deletion | |
Functions | |
| popstate_t * | new_popstate_t (void *newp(void)) |
| returns a new and empty structure | |
| void | delete_popstate_t (struct popstate_t *p, void deletep(void *)) |
| free memory | |
| void | init_msg (struct mail_msg_t *m) |
>Definition in file popstate.h.
|
|
the falg used for deletion
Definition at line 21 of file popstate.h. |
|
||||||||||||
|
free memory
|
|
|
|
|
|
returns a new and empty structure
|
1.3.6-20040222