libreplace: move rep_socketpair() to its own module.
authorMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 16:20:47 +0000 (17:20 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 16:21:18 +0000 (17:21 +0100)
commit94ac8a25be15b55f66eff96fdddc2fdc71a43b1e
tree2ad70ebfe4738504839277b2ba791047cc7df114
parentb5eeaf9b27e0116e57825b664642d2b5cfd895f0
libreplace: move rep_socketpair() to its own module.

Prototype is now in system/network.h,
implementation in socketpair.c, and
check in socketpair.m4.

Now the last networking function has vanished from replace.c.

Michael
source/lib/replace/libreplace.m4
source/lib/replace/replace.c
source/lib/replace/replace.h
source/lib/replace/socketpair.c [new file with mode: 0644]
source/lib/replace/socketpair.m4 [new file with mode: 0644]
source/lib/replace/system/network.h