USRLOC - Callback functions
#include <stdlib.h>#include "../../dprint.h"#include "../../error.h"#include "../../mem/shm_mem.h"#include "ul_callback.h"#include "ucontact.h"
Go to the source code of this file.
Definition in file modules_k/usrloc/ul_callback.c.
| int register_ulcb | ( | int | types, | |
| ul_cb | f, | |||
| void * | param | |||
| ) |
register a callback for several types of events
Definition at line 83 of file modules_k/usrloc/ul_callback.c.
1.7.1