dlg_request.h

00001 #ifndef __DIALOG_REQUEST_H
00002 #define __DIALOG_REQUEST_H
00003 
00004 #include "dlg_mod.h"
00005 #include "../../modules/tm/t_hooks.h"
00006 
00007 int request_outside(str* method, str* headers, str* body, dlg_t* dialog, transaction_cb cb, void* cbp);
00008 int request_inside(str* method, str* headers, str* body, dlg_t* dialog, transaction_cb completion_cb, void* cbp);
00009 
00010 #endif