[pan2] added missing file



commit 0ff3c3b1a0e158cabac570b5f3b2a7e130237d33
Author: Heinrich MÃller <henmull src gnome org>
Date:   Sat Dec 22 11:07:31 2012 +0100

    added missing file

 pan/general/compression.h |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/pan/general/compression.h b/pan/general/compression.h
new file mode 100644
index 0000000..d2faa13
--- /dev/null
+++ b/pan/general/compression.h
@@ -0,0 +1,36 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * Pan - A Newsreader for Gtk+
+ * Copyright (C) 2002-2006  Charles Kerr <charles rebelbase com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __Compression_h__
+#define __Compression_h__
+
+#include <iostream>
+#include <fstream>
+
+namespace pan
+{
+  enum CompressionType
+  {
+    HEADER_COMPRESS_NONE = 0,
+    HEADER_COMPRESS_XZVER = 1,
+    HEADER_COMPRESS_XFEATURE = 2,
+    HEADER_COMPRESS_DIABLO = 3
+  };
+}
+#endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]