lib/courier-authlib/authmod.h
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
--- a/lib/courier-authlib/authmod.h	Sun Jan 20 00:12:17 2008 +0100
+++ b/lib/courier-authlib/authmod.h	Sun Jan 20 00:22:09 2008 +0100
@@ -16,7 +16,7 @@
 extern "C" {
 #endif
 
-static const char authmod_h_rcsid[]="$Id: authmod.h,v 1.1 2000/04/13 17:55:05 bruce Exp $";
+static const char authmod_h_rcsid[]="$Id: authmod.h,v 1.2 2000/12/18 20:20:10 bruce Exp $";
 
 /*
 ** Authentication modules must call authmod_init the first thing in main.
@@ -131,6 +131,8 @@
 	const char *,	/* userid */
 	const char *);	/* password */
 
+/* Magic for authdaemon */
+
 #ifdef	__cplusplus
 }
 #endif