[dovecot-cvs] dovecot/src/auth master.h,NONE,1.1 Makefile.am,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Tue Nov 26 22:05:44 EET 2002


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv7011

Modified Files:
	Makefile.am 
Added Files:
	master.h 
Log Message:
missing master.h



--- NEW FILE: master.h ---
#ifndef __MASTER_H
#define __MASTER_H

void master_init(void);
void master_deinit(void);

#endif

Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	26 Nov 2002 18:39:57 -0000	1.4
+++ Makefile.am	26 Nov 2002 20:05:42 -0000	1.5
@@ -33,6 +33,7 @@
 	common.h \
 	cookie.h \
 	login-connection.h \
+	master.h \
 	mycrypt.h \
 	userinfo.h \
 	userinfo-passwd.h




More information about the dovecot-cvs mailing list