]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/atp/atp_open.c
Warning fixes.
[netatalk.git] / libatalk / atp / atp_open.c
index 76e65afb48189aa2ef5fd0fb3af871d0fa280485..1690752cccf77600c6998b8f5bd64b0f059b383d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: atp_open.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $Id: atp_open.c,v 1.5 2001-08-15 02:17:57 srittau Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -43,9 +43,7 @@
 
 #include "atp_internals.h"
 
-ATP atp_open(port, saddr)
-    u_int8_t port;
-    const struct at_addr *saddr;
+ATP atp_open(u_int8_t port, const struct at_addr *saddr)
 {
     struct sockaddr_at  addr;
     int                        s;