~ubuntu-branches/ubuntu/raring/libhtp/raring

« back to all changes in this revision

Viewing changes to htp/utf8_decoder.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-05-08 12:03:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100508120333-ou1f0xe91lgfc7ni
Tags: 0.2.3-1
* Imported Upstream version 0.2.3
* Update watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * LibHTP (http://www.libhtp.org)
 
3
 * Copyright 2009,2010 Ivan Ristic <ivanr@webkreator.com>
 
4
 *
 
5
 * LibHTP is an open source product, released under terms of the General Public Licence
 
6
 * version 2 (GPLv2). Please refer to the file LICENSE, which contains the complete text
 
7
 * of the license.
 
8
 *
 
9
 * In addition, there is a special exception that allows LibHTP to be freely
 
10
 * used with any OSI-approved open source licence. Please refer to the file
 
11
 * LIBHTP_LICENSING_EXCEPTION for the full text of the exception.
 
12
 *
 
13
 */
 
14
 
1
15
#ifndef _UTF8_DECODER_H
2
16
#define _UTF8_DECODER_H
3
17
 
4
18
/* HTP changes:
5
 
 * 
 
19
 *
6
20
 *     - Changed the name of the function from "decode" to "utf8_decode"
7
21
 *     - Created a separate header file
8
22
 *     - Copied the licence from the web page