fixed mismatch in interface definition of get_secret()

This commit is contained in:
Andreas Steffen 2007-01-09 22:40:32 +00:00
parent d254229e88
commit de04d7ef1a

View File

@ -29,7 +29,7 @@ typedef struct {
typedef struct {
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);
} xauth_module_t;