added conn_name to xauth_module.verify_secret() function call

This commit is contained in:
Andreas Steffen
2007-04-25 07:00:16 +00:00
parent f47e450be9
commit f24a62278b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ typedef struct {
typedef struct {
void *handle;
bool (*get_secret) (xauth_t *xauth_secret);
bool (*verify_secret) (const xauth_t *xauth_secret);
bool (*verify_secret) (const char *conn_name, const xauth_t *xauth_secret);
} xauth_module_t;
extern xauth_module_t xauth_module;