~ubuntu-branches/ubuntu/natty/xz-utils/natty

« back to all changes in this revision

Viewing changes to src/liblzma/api/lzma/subblock.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Nieder
  • Date: 2009-11-01 00:22:04 UTC
  • mfrom: (1.1.1 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091101002204-5buej0pj86dyz053
Tags: 4.999.9beta+20091016-1
* New upstream snapshot, taken from upstream commit 78e92c1.
* Drop xzmore.1 patch, applied upstream.
* debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
* debian/control: Clarify binary package descriptions.  Thanks to
  Justin B Rye and Ben Finney for the text.
* debian/rules get-orig-source: Use commit date (instead of last patch
  date) to name snapshots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * \file        lzma/subblock.h
3
3
 * \brief       Subblock filter
4
 
 *
5
 
 * \author      Copyright (C) 1999-2006 Igor Pavlov
6
 
 * \author      Copyright (C) 2007 Lasse Collin
7
 
 *
8
 
 * This library is free software; you can redistribute it and/or
9
 
 * modify it under the terms of the GNU Lesser General Public
10
 
 * License as published by the Free Software Foundation; either
11
 
 * version 2.1 of the License, or (at your option) any later version.
12
 
 *
13
 
 * This library is distributed in the hope that it will be useful,
14
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
 * Lesser General Public License for more details.
 
4
 */
 
5
 
 
6
/*
 
7
 * Author: Lasse Collin
 
8
 *
 
9
 * This file has been put into the public domain.
 
10
 * You can do whatever you want with this file.
 
11
 *
 
12
 * See ../lzma.h for information about liblzma as a whole.
17
13
 */
18
14
 
19
15
#ifndef LZMA_H_INTERNAL