~ubuntu-branches/ubuntu/trusty/wget/trusty-updates

« back to all changes in this revision

Viewing changes to src/http-ntlm.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-12-12 08:15:59 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091212081559-mvccl4kzdqb138y3
Tags: 1.12-1.1ubuntu1
* Merge from debian testing, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
* Keep build dependencies in main:
  - debian/control: remove info2man build-dep
  - debian/patches/00list: disable wget-infopod_generated_manpage.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef __HTTP_NTLM_H
2
2
#define __HTTP_NTLM_H
3
3
/* Declarations for http_ntlm.c
4
 
   Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008 Free Software Foundation, Inc.
 
4
   Copyright (C) 1995, 1996, 1997, 2000, 2007, 2008, 2009 Free Software
 
5
   Foundation, Inc.
5
6
   Contributed by Daniel Stenberg.
6
7
 
7
8
This file is part of GNU Wget.