security mech id is optional

This commit is contained in:
Frédéric Péters 2005-09-28 10:06:24 +00:00
parent b882e4ba86
commit b15a7a8e56
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ typedef struct {
END_THROW_ERROR
THROW_ERROR
int initQuery(const char *security_mech_id);
int initQuery(const char *security_mech_id = NULL);
END_THROW_ERROR
THROW_ERROR