dlg_utils.h 245 B

1234567891011
  1. #ifndef __DLG_UTILS_H
  2. #define __DLG_UTILS_H
  3. #include "dlg_mod.h"
  4. int preset_dialog_route(dlg_t* dialog, str *route);
  5. int bind_dlg_mod(dlg_func_t *dst);
  6. int cmp_dlg_ids(dlg_id_t *a, dlg_id_t *b);
  7. unsigned int hash_dlg_id(dlg_id_t *id);
  8. #endif