Remove underscores from _get_user(), struct _user and _user_list
[paraslash.git] / dccp.h
diff --git a/dccp.h b/dccp.h
index 47b0b89962911c2408c9df16f4b83175fdd7a595..438c77c75a93e428e5671febb6612e05e16a13b9 100644 (file)
--- a/dccp.h
+++ b/dccp.h
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
-#define SOL_DCCP 269
-#define SOCK_DCCP 6
-#define IPPROTO_DCCP 33
-#define DCCP_SOCKOPT_PACKET_SIZE 1
-#define DCCP_SOCKOPT_SERVICE 2
+/** \file dccp.h functions exported by dccp.c */
+
+/*
+ * based on common.h of dccp-cs-0.01.tar.bz2,
+ * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
+ */
 
 int dccp_get_socket(void);
 int dccp_set_socket(int fd);
 
 int dccp_get_socket(void);
 int dccp_set_socket(int fd);