]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_shutdown.c
Remove bdb env on exit
[netatalk.git] / libatalk / asp / asp_shutdown.c
index afe3581ed4b3020d6fbd22fb64f5515c7f33866f..1f77e1f266024bcefbe4703a40d0a4f54a8daa16 100644 (file)
@@ -1,8 +1,14 @@
 /*
+ * $Id: asp_shutdown.c,v 1.4 2009-10-13 22:55:37 didg Exp $
+ *
  * Copyright (c) 1996 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <string.h>
 #include <sys/types.h>
 #include <sys/time.h>
@@ -12,8 +18,7 @@
 #include <atalk/atp.h>
 #include <atalk/asp.h>
 
-int asp_shutdown( asp )
-    ASP                        asp;
+int asp_shutdown(ASP asp)
 {
     struct atp_block   atpb;
     struct iovec       iov;