diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-05-25 14:25:30 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-05-25 14:25:30 -0400 |
commit | 2e4475b26c6e599ac43f1893c2d846ce5a3ebfd8 (patch) | |
tree | 3cc366fdf3a1e869585142d2c2b4677c117e1f45 /src/include/wiredtiger_ext.h | |
parent | e3df77b942b7234fe297192ec593f2ab0f2ba14b (diff) | |
download | mongo-2e4475b26c6e599ac43f1893c2d846ce5a3ebfd8.tar.gz |
Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're already
using ext/compressors/nop/nop_compress.c for documentation purposes and it's
better code), use it everywhere.
Diffstat (limited to 'src/include/wiredtiger_ext.h')
-rw-r--r-- | src/include/wiredtiger_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/wiredtiger_ext.h b/src/include/wiredtiger_ext.h index d21449862c2..7d63e559d78 100644 --- a/src/include/wiredtiger_ext.h +++ b/src/include/wiredtiger_ext.h @@ -43,7 +43,7 @@ extern "C" { * The following code is from the sample compression module, where compression * extension functions are configured in the extension's entry point: * - * @snippet nop_compress.c WT_EXTENSION_API initialization + * @snippet nop_compress.c WT_COMPRESSOR initialization */ struct __wt_extension_api { /* !!! To maintain backwards compatibility, this structure is append-only. */ |