]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_close.c
Remove bdb env on exit
[netatalk.git] / libatalk / asp / asp_close.c
index 8079879ff962064e8df97542a16e5fca1eeb35a0..618782596679b50828ddd75ca0bca2dbbb52c406 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: asp_close.c,v 1.5 2009-10-13 22:55:37 didg Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -23,7 +25,7 @@
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <stdlib.h>
 #include <string.h>
@@ -36,8 +38,7 @@
 #include <atalk/atp.h>
 #include <atalk/asp.h>
 
-int asp_close( asp )
-    ASP                asp;
+int asp_close(ASP asp)
 {
     struct atp_block   atpb;
     struct iovec       iov[ 1 ];