/* * Copyright (C) 2006 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file dccp.h functions exported by dccp.c */ /* * based on common.h of dccp-cs-0.01.tar.bz2, * (C) 2005 Ian McDonald */ int dccp_get_socket(void); int dccp_set_socket(int fd);