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

« back to all changes in this revision

Viewing changes to dlib/tostring.c

  • 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
45
45
#include "config_parse.h"
46
46
 
47
47
static const char rcsid[] =
48
 
"$Id: tostring.c,v 1.8 2001/12/12 14:42:14 karls Exp $";
 
48
"$Id: tostring.c,v 1.9 2003/07/01 13:21:32 michaels Exp $";
49
49
 
50
50
char *
51
51
proxyprotocols2string(proxyprotocols, str, strsize)