/[mailutils]/mailutils/mailbox/include/auth0.h
ViewVC logotype

Diff of /mailutils/mailbox/include/auth0.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by polak, Sun Feb 9 20:39:58 2003 UTC revision 1.11 by gray, Wed Sep 10 14:05:15 2003 UTC
# Line 23  Line 23 
23  #endif  #endif
24    
25  #include <mailutils/auth.h>  #include <mailutils/auth.h>
26    #include <mailutils/list.h>
27  #include <sys/types.h>  #include <sys/types.h>
28    
29  #ifdef __cplusplus  #ifdef __cplusplus
# Line 42  struct _authority Line 43  struct _authority
43  {  {
44    void *owner;    void *owner;
45    ticket_t ticket;    ticket_t ticket;
46    int (*_authenticate) __P ((authority_t));    list_t auth_methods; /* list of int (*_authenticate) __P ((authority_t))s; */
47  };  };
48    
49  struct _wicket  struct _wicket

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26