Import Upstream version 0.69.0
[hcoop/debian/courier-authlib.git] / auth.h
diff --git a/auth.h b/auth.h
index d3f1cfb..316495c 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -16,7 +16,6 @@
 extern "C" {
 #endif
 
-static const char auth_h_rcsid[]="$Id: auth.h,v 1.11 2004/10/21 00:10:48 mrsam Exp $";
 
 
 /* authcheckpassword is the general password validation routine.
@@ -48,6 +47,7 @@ int auth_sys_common( int (*auth_pre_func)(const char *,
                     int (*callback_func)(struct authinfo *, void *),
                     void *callback_arg);
 
+
 #ifdef __cplusplus
 }
 #endif