src: move internal functions out of node_buffer.h
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 13 Aug 2015 11:29:28 +0000 (13:29 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 13 Aug 2015 18:04:54 +0000 (20:04 +0200)
commitb86211a8b62c8f8ba7eed280ce7dcdf7d113cbe9
treed040367fa0c8c4da5280ede9afd04fe166ed6201
parent64577463dfbc7ebe646c6c5a06e4b309b2757205
src: move internal functions out of node_buffer.h

The circular dependency problem that put them there in the first place
is no longer an issue.  Move them out of the public node_buffer.h header
and into the private node_internals.h header.

Fixes: https://github.com/nodejs/node/issues/2308
PR-URL: https://github.com/nodejs/node/pull/2352
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
src/node_buffer.h
src/node_internals.h