#ifndef _EXTRACT_H #define _EXTRACT_H #include "defs.h" void extract_attachment_content(struct session_data *sdata, struct _state *state, char *filename, char *type, int *rec); #endif /* _EXTRACT_H */