slyrz 5fa927aa97 Add Xpress and ZSTD CompressionType values to C header
Summary:
This PR copies the missing CompressionType values
```cpp
enum CompressionType : unsigned char {
  ...
  kXpressCompression = 0x6,
  kZSTD = 0x7,
  ...
};
```
into the C header.
Closes https://github.com/facebook/rocksdb/pull/1989

Differential Revision: D4706265

Pulled By: siying

fbshipit-source-id: e65e62a
2017-03-14 12:09:21 -07:00
..
2017-03-13 11:54:10 -07:00
2017-03-13 11:54:10 -07:00
2017-03-13 11:54:10 -07:00
2017-03-13 11:54:10 -07:00
2017-03-07 11:54:10 -08:00
2016-06-14 17:07:34 -07:00
2017-03-13 11:54:10 -07:00
2017-01-23 12:54:13 -08:00
2017-03-08 22:24:15 -08:00
2017-03-07 13:54:12 -08:00
2017-02-06 14:54:18 -08:00
2017-03-09 12:39:10 -08:00
2016-03-22 17:10:31 -07:00