]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_cmdreply.c
Ignore object files
[netatalk.git] / libatalk / asp / asp_cmdreply.c
index e2c8cf9a1af195acc7769a3f9c8b0af83c15fbcc..f3a3fd1c5026644ba1fc360276332e810f90db98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: asp_cmdreply.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $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.
@@ -39,9 +39,7 @@
 #define memmove(a, b, n)   bcopy((b), (a), (n))
 #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;