added conn_name to xauth_module.verify_secret() function call
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user