Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00029 #ifndef _USRLOC_MI_H_
00030 #define _USRLOC_MI_H_
00031
00032 #include "../../lib/kmi/mi.h"
00033
00034 #define MI_USRLOC_RM "ul_rm"
00035 #define MI_USRLOC_RM_CONTACT "ul_rm_contact"
00036 #define MI_USRLOC_DUMP "ul_dump"
00037 #define MI_USRLOC_FLUSH "ul_flush"
00038 #define MI_USRLOC_ADD "ul_add"
00039 #define MI_USRLOC_SHOW_CONTACT "ul_show_contact"
00040
00041
00049 struct mi_root* mi_usrloc_rm_aor(struct mi_root *cmd, void *param);
00050
00051
00059 struct mi_root* mi_usrloc_rm_contact(struct mi_root *cmd, void *param);
00060
00061
00068 struct mi_root* mi_usrloc_dump(struct mi_root *cmd, void *param);
00069
00070
00077 struct mi_root* mi_usrloc_flush(struct mi_root *cmd, void *param);
00078
00079
00088 struct mi_root* mi_usrloc_add(struct mi_root *cmd, void *param);
00089
00090
00098 struct mi_root* mi_usrloc_show_contact(struct mi_root *cmd, void *param);
00099
00100
00101 #endif