Commit 5586ceca authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Rod Vagg
Browse files

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: default avatarFedor Indutny <fedor@indutny.com>
Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent bff9bcdd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment