~ubuntu-branches/ubuntu/karmic/pilot-link/karmic

« back to all changes in this revision

Viewing changes to src/pilot-nredir.c

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-02-14 23:30:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070214233059-znxrekb2mgjr0mgd
Tags: 0.12.2-1
* New upstream release
 - Closes: #410152 "pilot-link: udev rules need updating"
* debian/control: add Build-Depends: libbluetooth2-dev
 - add bluetooth support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
 
2
 * $Id: pilot-nredir.c,v 1.1.1.2 2007-02-14 21:21:16 rousseau Exp $ 
 
3
 *
2
4
 * pilot-nredir.c: Redirect a connection over the network
3
5
 *
4
6
 * Copyright (C) 1997, Kenneth Albanowski
159
161
 error:
160
162
        return -1;
161
163
}
 
164
 
 
165
/* vi: set ts=8 sw=4 sts=4 noexpandtab: cin */
 
166
/* ex: set tabstop=4 expandtab: */
 
167
/* Local Variables: */
 
168
/* indent-tabs-mode: t */
 
169
/* c-basic-offset: 8 */
 
170
/* End: */