iptsec 1.12.11devel
|
Functions common for client/server. More...
#include <sofia-sip/su_alloc.h>
Go to the source code of this file.
Macros | |
#define | AUTH_COMMON_H |
Defined when <sofia-sip/auth_common.h> has been included. | |
Functions | |
issize_t | auth_get_params (su_home_t *home, char const *const params[],...) |
Parse authentication parameters. | |
int | auth_strcmp (char const *quoted, char const *unquoted) |
Compare two strings, even if they are quoted. | |
Functions common for client/server.
issize_t 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.