]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uam_auth.h
commenting changes, more autoconf support in afpd, etc
[netatalk.git] / etc / afpd / uam_auth.h
index eedc600371801a862da8c32b517aee3ad87264a7..6e5b3c293053d7d52fa1e7151eb293e4cf4f088d 100644 (file)
@@ -1,4 +1,7 @@
-/* Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu)
+/*
+ * $Id: uam_auth.h,v 1.2 2001-06-20 18:33:04 rufustfirefly Exp $
+ *
+ * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved.  See COPYRIGHT.
  *
  * interface between uam.c and auth.c
@@ -49,7 +52,6 @@ struct uam_obj {
     (a)->uam_next->uam_prev = (a)->uam_prev; \
 } while (0)
 
-
 extern struct uam_mod *uam_load __P((const char *, const char *));
 extern void uam_unload __P((struct uam_mod *));