nmsg 1.1.2
|
Nmsg channel aliases. More...
Go to the source code of this file.
Functions | |
int | nmsg_chalias_lookup (const char *ch, char ***alias) |
Lookup a channel alias. | |
void | nmsg_chalias_free (char ***alias) |
Free the memory allocated by nmsg_chalias_lookup(). | |
Nmsg channel aliases.
Definition in file chalias.h.
int nmsg_chalias_lookup | ( | const char * | ch, |
char *** | alias | ||
) |
Lookup a channel alias.
[in] | ch | Name of the channel. |
[out] | alias | Location to store an array of sockspecs. |