diff options
author | isaacs <i@izs.me> | 2011-09-06 16:13:05 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-17 18:22:09 -0700 |
commit | 5b8e1dabbc117b38c56f874f4e6d5b7e537cd3c1 (patch) | |
tree | bab6eb3c1c276cc4a9a97d45c100ab350e41dc20 /src/node_extensions.h | |
parent | dcd911e24b3cd8bdcc850e4c90213fcd6b180251 (diff) | |
download | node-5b8e1dabbc117b38c56f874f4e6d5b7e537cd3c1.tar.gz |
Initial pass at zlib bindings
Diffstat (limited to 'src/node_extensions.h')
-rw-r--r-- | src/node_extensions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_extensions.h b/src/node_extensions.h index 9357ea311..19e0777e7 100644 --- a/src/node_extensions.h +++ b/src/node_extensions.h @@ -40,6 +40,7 @@ NODE_EXT_LIST_ITEM(node_signal_watcher) #endif NODE_EXT_LIST_ITEM(node_stdio) NODE_EXT_LIST_ITEM(node_os) +NODE_EXT_LIST_ITEM(node_zlib) // libuv rewrite NODE_EXT_LIST_ITEM(node_timer_wrap) |