fixed mismatch in interface definition of get_secret()
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *handle;
|
void *handle;
|
||||||
bool (*get_secret) (const xauth_t *xauth_secret);
|
bool (*get_secret) (xauth_t *xauth_secret);
|
||||||
bool (*verify_secret) (const xauth_t *xauth_secret);
|
bool (*verify_secret) (const xauth_t *xauth_secret);
|
||||||
} xauth_module_t;
|
} xauth_module_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user