]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/atp/atp_close.c
Wrong path from 2-1
[netatalk.git] / libatalk / atp / atp_close.c
index 2c315bd3d257ca11237bc61986e71ea0fd411fd2..4d31b5f765e5b47d6af0a755116375f006ce4587 100644 (file)
@@ -1,11 +1,13 @@
 /*
+ * $Id: atp_close.c,v 1.5 2009-10-13 22:55:37 didg Exp $
+ *
  * Copyright (c) 1990,1997 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <stdlib.h>
 #include <sys/types.h>
 #include "atp_internals.h"
 #ifdef EBUG
 #include <stdio.h>
-#endif EBUG
+#endif /* EBUG */
 
-int atp_close( ah )
-    ATP                ah;
+int atp_close(ATP ah)
 {
     struct atpbuf      *cq;
     int                        i;
@@ -30,7 +31,7 @@ int atp_close( ah )
     */
 #ifdef EBUG
     print_bufuse( ah, "atp_close");
-#endif EBUG
+#endif /* EBUG */
 
     while ( ah->atph_queue != NULL ) {
        cq = ah->atph_queue;
@@ -63,7 +64,7 @@ int atp_close( ah )
 
 #ifdef EBUG
     print_bufuse( ah, "atp_close end");
-#endif EBUG
+#endif /* EBUG */
 
     i = ah->atph_socket;
     atp_free_buf( (struct atpbuf *) ah );