Go to the source code of this file.
Typedefs | |
typedef void * | edg_wll_NotifId |
Functions | |
int | edg_wll_NotifIdCreate (const char *server, int port,edg_wll_NotifId *notifid) |
void | edg_wll_NotifIdFree (edg_wll_NotifId notifid) |
int | edg_wll_NotifIdParse (const char *notifidstr, edg_wll_NotifId *notifid) |
char * | edg_wll_NotifIdUnparse (const edg_wll_NotifId notifid) |
void | edg_wll_NotifIdGetServerParts (const edg_wll_NotifId notifid, char **srvName, unsigned int *srvPort) |
char * | edg_wll_NotifIdGetUnique (const edg_wll_NotifId notifid) |
int | edg_wll_NotifIdSetUnique (edg_wll_NotifId *notifid, const char *unique) |
edg_wll_NotifId * | edg_wll_NotifIdDup (const edg_wll_NotifId src) |