]> git.ipfire.org Git - thirdparty/cups.git/blame - backend/socket.c
Updated status file.
[thirdparty/cups.git] / backend / socket.c
CommitLineData
43e2fc22 1/*
3a193f5e 2 * "$Id: socket.c,v 1.2 1999/01/24 14:14:17 mike Exp $"
43e2fc22 3 *
4 * for the Common UNIX Printing System (CUPS).
5 *
3a193f5e 6 * Copyright 1997-1999 by Easy Software Products, all rights reserved.
43e2fc22 7 *
8 * These coded instructions, statements, and computer programs are the
9 * property of Easy Software Products and are protected by Federal
10 * copyright law. Distribution and use rights are outlined in the file
11 * "LICENSE" which should have been included with this file. If this
12 * file is missing or damaged please contact Easy Software Products
13 * at:
14 *
15 * Attn: CUPS Licensing Information
16 * Easy Software Products
17 * 44145 Airport View Drive, Suite 204
18 * Hollywood, Maryland 20636-3111 USA
19 *
20 * Voice: (301) 373-9603
21 * EMail: cups-info@cups.org
22 * WWW: http://www.cups.org
23 *
24 * Contents:
25 *
26 *
27 * Revision History:
28 *
29 * $Log: socket.c,v $
3a193f5e 30 * Revision 1.2 1999/01/24 14:14:17 mike
31 * Check-in prior to CVS use.
32 *
33 * Revision 1.1 1998/01/05 20:50:22 mike
43e2fc22 34 * Initial revision
35 *
36 */
37
38/*
39 * Include necessary headers.
40 */
41
42#include
43
44
45/*
3a193f5e 46 * End of "$Id: socket.c,v 1.2 1999/01/24 14:14:17 mike Exp $".
43e2fc22 47 */