]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_cmdreply.c
Remove bdb env on exit
[netatalk.git] / libatalk / asp / asp_cmdreply.c
index 11c49543e55841246219c73dcf864eb2bb0c57aa..f3a3fd1c5026644ba1fc360276332e810f90db98 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: asp_cmdreply.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 <string.h>
 #include <sys/types.h>
 
 #if defined(BSD) || defined(BSD4_3)
 #define memmove(a, b, n)   bcopy((b), (a), (n))
-#endif
+#endif /* BSD || BSD4_3 */
 
-int asp_cmdreply( asp, result)
-    ASP                asp;
-    int                result;
+int asp_cmdreply(ASP asp, int result)
 {
     struct iovec       iov[ ASP_MAXPACKETS ];
     struct atp_block   atpb;