Implement function to compute the size needed for RR field.

This commit is contained in:
Vreixo Formoso
2007-12-24 04:31:15 +01:00
parent 9de0be2602
commit d48c553f40
3 changed files with 241 additions and 1 deletions

View File

@ -37,7 +37,9 @@ src_libisofs_la_SOURCES = \
src/ecma119_tree.h \
src/ecma119_tree.c \
src/writer.h \
src/buffer.c
src/buffer.c \
src/rockridge.h \
src/rockridge.c
libinclude_HEADERS = \
src/libisofs.h