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
547a4e18
...
547a4e18ed767f318fc357df9772f144d8ddf6bd
authored
2003-04-23 11:46:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <mailutils/types.h>, protect the file contents by #ifndef .. #endif
1 parent
fa568b30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
include/mailutils/mu_auth.h
include/mailutils/mu_auth.h
View file @
547a4e1
...
...
@@ -15,6 +15,11 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef _MAILUTILS_MU_AUTH_H
#define _MAILUTILS_MU_AUTH_H
#include <mailutils/types.h>
typedef
int
(
*
mu_auth_fp
)
__P
((
void
*
return_data
,
void
*
key
,
void
*
func_data
,
...
...
@@ -94,3 +99,5 @@ extern struct mu_auth_module mu_auth_virtual_module;
mu_auth_register_module (&mu_auth_sql_module);\
mu_auth_register_module (&mu_auth_virtual_module);\
mu_auth_init (); } while (0)
#endif
...
...
Please
register
or
sign in
to post a comment