[dovecot-cvs] dovecot/src/master ssl-init.h,NONE,1.1 Makefile.am,1.2,1.3
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Sun Nov 17 15:59:39 EET 2002
    
    
  
Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv16647
Modified Files:
	Makefile.am 
Added Files:
	ssl-init.h 
Log Message:
forgot
--- NEW FILE: ssl-init.h ---
#ifndef __SSL_INIT_H
#define __SSL_INIT_H
void ssl_parameter_process_destroyed(pid_t pid);
void ssl_init(void);
void ssl_deinit(void);
#endif
Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/master/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	17 Nov 2002 09:42:08 -0000	1.2
+++ Makefile.am	17 Nov 2002 13:59:37 -0000	1.3
@@ -23,4 +23,5 @@
 	common.h \
 	login-process.h \
 	master-interface.h \
-	settings.h
+	settings.h \
+	ssl-init.h
    
    
More information about the dovecot-cvs
mailing list