/*-
 * $Id: rr-win32.h,v 1.2 2002/05/11 17:54:01 jonas Exp $
 *
 * See the file LICENSE for redistribution information. 
 * If you have not received a copy of the license, please contact CodeFactory
 * by email at info@codefactory.se, or on the web at http://www.codefactory.se/
 * You may also write to: CodeFactory AB, SE-903 47, Umeå, Sweden.
 *
 * Copyright (c) 2002 Jonas Borgström <jonas@codefactory.se>
 * Copyright (c) 2002 Daniel Lundin   <daniel@codefactory.se>
 * Copyright (c) 2002 CodeFactory AB.  All rights reserved.
 */

#ifndef __RR_WIN32_H__
#define __RR_WIN32_H__

#include <winsock.h>
#include <glib-object.h>

G_BEGIN_DECLS

gint rr_win32_enable_nonblock (gint fd);

gboolean rr_win32_init_winsock (void);


G_END_DECLS

#endif /* __RR_WIN32_H__ */


syntax highlighted by Code2HTML, v. 0.9.1