Factor out safe_write() into ncmlib and use it in ndhc as well.

This commit is contained in:
Nicholas J. Kain
2010-11-13 08:18:23 -05:00
parent edf3b02b6a
commit a43e69c7ae
6 changed files with 102 additions and 48 deletions

View File

@@ -7,6 +7,7 @@ set(NCMLIB_SRCS
strl.c
log.c
cap.c
io.c
)
add_library(ncmlib ${NCMLIB_SRCS})