load xauth module via dlopen()

This commit is contained in:
Andreas Steffen
2007-01-05 11:03:09 +00:00
parent 195307b574
commit 09ff411061
4 changed files with 47 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ typedef struct {
} xauth_t;
typedef struct {
void *handle;
bool (*get_secret) (const xauth_t *xauth_secret);
bool (*verify_secret) (const xauth_t *xauth_secret);
} xauth_module_t;