~ubuntu-branches/ubuntu/karmic/dante/karmic

« back to all changes in this revision

Viewing changes to capi/socks.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2003-11-15 18:59:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031115185933-vkxgk8f226ovwmrh
Tags: 1.1.14-2
improve extended descriptions (closes: #209510, #210116)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 1997, 1998, 1999, 2000, 2001
 
2
 * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003
3
3
 *      Inferno Nettverk A/S, Norway.  All rights reserved.
4
4
 *
5
5
 * Redistribution and use in source and binary forms, with or without
41
41
 *
42
42
 */
43
43
 
44
 
/* $Id: socks.h,v 1.5 2001/10/07 12:38:35 karls Exp $ */
 
44
/* $Id: socks.h,v 1.7 2003/07/01 13:21:10 michaels Exp $ */
 
45
 
 
46
#include <sys/types.h>
 
47
#include <sys/socket.h>
 
48
 
45
49
 
46
50
#define accept Raccept
47
51
#define bind Rbind