~ubuntu-branches/debian/jessie/acoustid-fingerprinter/jessie

« back to all changes in this revision

Viewing changes to gzip.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2011-05-12 19:54:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110512195452-bj6g545s1bx7edvc
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef FPSUBMIT_GZIP_H_
 
2
#define FPSUBMIT_GZIP_H_
 
3
 
 
4
#include <QByteArray>
 
5
 
 
6
QByteArray gzipCompress(const QByteArray &data);
 
7
 
 
8
#endif