Remove com_sb and com_sc.
[paraslash.git] / dccp.h
1 /*
2  * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file dccp.h functions exported by dccp.c */
8
9 /*
10  * based on common.h of dccp-cs-0.01.tar.bz2,
11  * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
12  */
13
14 int dccp_get_socket(void);
15 int dccp_set_socket(int fd);