]> arthur.barton.de Git - netatalk.git/commitdiff
Trunk-BP: $Id$-Tag, include <sys/types.h>, fixed a prototype.
authorsrittau <srittau>
Fri, 8 Feb 2002 00:01:08 +0000 (00:01 +0000)
committersrittau <srittau>
Fri, 8 Feb 2002 00:01:08 +0000 (00:01 +0000)
include/atalk/netddp.h

index ed9ddbc9b0344627fccc6cb4a3f77ba66966d9cf..59d6c7d11f68ffa9c72d10dfc5d99aa2886c97db 100644 (file)
@@ -1,4 +1,6 @@
-/* 
+/*
+ * $Id: netddp.h,v 1.1.1.1.2.1 2002-02-08 00:01:08 srittau Exp $
+ *
  * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
  *
@@ -11,6 +13,7 @@
 #ifndef _ATALK_NETDDP_H
 #define _ATALK_NETDDP_H 1
 
+#include <sys/types.h>
 #include <sys/cdefs.h>
 #include <sys/socket.h>
 #include <netatalk/at.h>
@@ -18,7 +21,7 @@
 extern int netddp_open   __P((struct sockaddr_at *, struct sockaddr_at *));
 
 #if !defined(NO_DDP) && defined(MACOSX_SERVER)
-extern int netddp_sendto __P((int, void *, int, unsigned int, 
+extern int netddp_sendto __P((int, void *, size_t, unsigned int, 
                           const struct sockaddr *, unsigned int));
 extern int netddp_recvfrom __P((int, void *, int, unsigned int, 
                             struct sockaddr *, unsigned int *));