~akopytov/percona-xtrabackup/bug1130627-2.0

« back to all changes in this revision

Viewing changes to src/compress.h

  • Committer: Alexey Kopytov
  • Date: 2013-03-02 11:22:59 UTC
  • mfrom: (500.1.2 BT-28340-cpp-2.0)
  • Revision ID: akopytov@gmail.com-20130302112259-ee97mblr082emd3a
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
extern datasink_t datasink_compress;
27
27
 
 
28
#ifdef __cplusplus
 
29
extern "C" {
 
30
#endif
 
31
 
28
32
/* Return a target datasink for the specified compress datasink */
29
33
ds_ctxt_t *compress_get_dest_ctxt(ds_ctxt_t *);
30
34
 
 
35
#ifdef __cplusplus
 
36
}
 
37
#endif
 
38
 
31
39
#endif