WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
smtp.h
Go to the documentation of this file.
1 
12 #ifndef _SMTP_H
13 #define _SMTP_H
14 
15 #include "common/common.h"
16 
17 
18 int8 send_mail(uint8 s, uint8 * sender, uint8 * passwd, uint8 * recipient, uint8 * subject, uint8 * content, uint8 * pSip);
19 
20 #endif //_SMTP_H