Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
47c1dc84
...
47c1dc8409ac43d5624fe4a4dd20d707ee9e4de0
authored
2003-09-10 14:05:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _authority): Keep a list of authentication methods.
1 parent
e87d77a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/include/auth0.h
mailbox/include/auth0.h
View file @
47c1dc8
...
...
@@ -23,6 +23,7 @@
#endif
#include <mailutils/auth.h>
#include <mailutils/list.h>
#include <sys/types.h>
#ifdef __cplusplus
...
...
@@ -42,7 +43,7 @@ struct _authority
{
void
*
owner
;
ticket_t
ticket
;
int
(
*
_authenticate
)
__P
((
authority_t
));
list_t
auth_methods
;
/* list of int (*_authenticate) __P ((authority_t))s; */
};
struct
_wicket
...
...
Please
register
or
sign in
to post a comment