#include "dlg_cb.h"#include "../../sr_module.h"


Go to the source code of this file.
Data Structures | |
| struct | dlg_binds |
Typedefs | |
| typedef int(* | load_dlg_f )(struct dlg_binds *dlgb) |
Functions | |
| int | load_dlg (struct dlg_binds *dlgb) |
| static int | load_dlg_api (struct dlg_binds *dlgb) |
| typedef int(* load_dlg_f)(struct dlg_binds *dlgb) |
Definition at line 40 of file dlg_load.h.
| int load_dlg | ( | struct dlg_binds * | dlgb | ) |
Definition at line 328 of file dialog.c.
References register_dlgcb(), and dlg_binds::register_dlgcb.
Referenced by load_dlg_api().
| static int load_dlg_api | ( | struct dlg_binds * | dlgb | ) | [inline, static] |
Definition at line 44 of file dlg_load.h.
References find_export(), and load_dlg().
Referenced by mod_init().
1.5.6