#include <sofia-sip/su_alloc.h>
Include dependency graph for auth_common.h:
Go to the source code of this file.
Functions | |
SOFIA_BEGIN_DECLS SOFIAPUBFUN int | auth_get_params (su_home_t *home, char const *const params[],...) |
Parse authentication parameters. | |
SOFIAPUBFUN int | auth_strcmp (char const *quoted, char const *unquoted) |
Compare two strings, even if they are quoted. |
SOFIA_BEGIN_DECLS SOFIAPUBFUN int auth_get_params | ( | su_home_t * | home, | |
char const *const | params[], | |||
... | ||||
) |
Parse authentication parameters.
The function auth_get_params() searches for the authentication parameters in params. The parameter list params is seached for each parameter given in in vararg section, and if it is found, its value is assigned to the given address.