atnds.h File Reference
ATN directory service client functions. More...
#include <isode/ds/dsapi/dsapi.h>
#include <isode/ds/atnds/atnds_cdecl.h>
Go to the source code of this file.
Functions | |
void | ATNds_free (void *ptr) |
Free a buffer which has been returned by ATNds_AFTN2AMHS or ATNds_AMHS2AFTN. More... | |
DS_Status | ATNds_AFTN2AMHS (DS_Session *session, const DS_DN *registry_dn, const char *aftn_addr, char **orbuf_p, size_t *orbuf_len_p, DS_DN **userdn_p) |
Convert an AFTN address to the AMHS O/R address. If the user has an associated directory entry the distinguished name of that is returned as well. More... | |
DS_Status | ATNds_AMHS2AFTN (DS_Session *session, const DS_DN *registry_dn, const char *x400_or_addr, char *aftn_buf, DS_DN **userdn_p) |
Return the AFTN address associated with the given AMHS O/R address. If the user has an associated directory entry the distinguished name of this is returned as well. More... | |
Detailed Description
ATN directory service client functions.
This is the set of functions used to perform ATN address conversion, addressbook lookup and management.
Definition in file atnds.h.