00001 #ifndef __DLG_UTILS_H 00002 #define __DLG_UTILS_H 00003 00004 #include "dlg_mod.h" 00005 00006 int preset_dialog_route(dlg_t* dialog, str *route); 00007 int bind_dlg_mod(dlg_func_t *dst); 00008 int cmp_dlg_ids(dlg_id_t *a, dlg_id_t *b); 00009 unsigned int hash_dlg_id(dlg_id_t *id); 00010 00011 #endif
1.7.1