/[mailutils]/mailutils/include/mailutils/mu_auth.h
ViewVC logotype

Diff of /mailutils/include/mailutils/mu_auth.h

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

revision 1.4 by polak, Sun Feb 9 20:39:57 2003 UTC revision 1.5 by gray, Wed Apr 23 11:46:04 2003 UTC
# Line 15  Line 15 
15     License along with this library; if not, write to the Free Software     License along with this library; if not, write to the Free Software
16     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA  */     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA  */
17    
18    #ifndef _MAILUTILS_MU_AUTH_H
19    #define _MAILUTILS_MU_AUTH_H
20    
21    #include <mailutils/types.h>
22    
23  typedef int (*mu_auth_fp) __P((void *return_data,  typedef int (*mu_auth_fp) __P((void *return_data,
24                                 void *key,                                 void *key,
25                                 void *func_data,                                 void *func_data,
# Line 94  extern struct mu_auth_module mu_auth_vir Line 99  extern struct mu_auth_module mu_auth_vir
99    mu_auth_register_module (&mu_auth_sql_module);\    mu_auth_register_module (&mu_auth_sql_module);\
100    mu_auth_register_module (&mu_auth_virtual_module);\    mu_auth_register_module (&mu_auth_virtual_module);\
101    mu_auth_init (); } while (0)    mu_auth_init (); } while (0)
102    
103    #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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