00001 00023 #ifndef _DLG_TRANSFER_H_ 00024 #define _DLG_TRANSFER_H_ 00025 00026 #include "dlg_hash.h" 00027 00028 typedef struct _dlg_transfer_ctx { 00029 int state; 00030 str from; 00031 str to; 00032 struct dlg_cell *dlg; 00033 } dlg_transfer_ctx_t; 00034 00035 int dlg_bridge(str *from, str *to, str *op); 00036 int dlg_transfer(struct dlg_cell *dlg, str *to, int side); 00037 00038 #endif
1.7.1