/*
---------------------------------------------------------------------------
 $Id: net_rudp6.h,v 1.3 2007/05/02 13:32:22 cnepveu Exp $
---------------------------------------------------------------------------
  Copyright (c) 2007 Hexago Inc. All rights reserved.

  LICENSE NOTICE: You may use and modify this source code only if you
  have executed a valid license agreement with Hexago Inc. granting
  you the right to do so, the said license agreement governing such
  use and modifications.   Copyright or other intellectual property
  notices are not to be removed from the source code.
---------------------------------------------------------------------------
*/

#ifdef V4V6_SUPPORT

#ifndef _rudp6_h_
#define _rudp6_h_

#include <sys/types.h>

extern SOCKET NetRUDP6Connect (char *, int);
extern int  NetRUDP6Close (SOCKET);

extern int  NetRUDP6ReadWrite (SOCKET, unsigned char *, size_t, unsigned char *, size_t);

extern int  NetRUDP6Write   (SOCKET, unsigned char *, size_t);
extern int  NetRUDP6Printf    (SOCKET, char *, size_t, char *, ...);

extern int  NetRUDP6Read    (SOCKET, unsigned char *, size_t);

#endif

#endif /* V4V6_SUPPORT */


syntax highlighted by Code2HTML, v. 0.9.1