diff src/auth/common.h @ 3073:7e0caae73c59 HEAD

Require a valid timestamp in APOP challenge.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Jan 2005 02:48:02 +0200
parents 131151e25e4b
children eb46a5dee02d
line wrap: on
line diff
--- a/src/auth/common.h	Sat Jan 08 23:37:32 2005 +0200
+++ b/src/auth/common.h	Sun Jan 09 02:48:02 2005 +0200
@@ -9,5 +9,6 @@
 
 extern struct ioloop *ioloop;
 extern int standalone;
+extern time_t process_start_time;
 
 #endif