Make error.h header public.

This commit is contained in:
Vreixo Formoso 2008-01-28 23:48:03 +01:00
parent 8714228e81
commit f2c8712b40
3 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,6 @@ libisofs_libisofs_la_LDFLAGS = \
libisofs_libisofs_la_SOURCES = \
libisofs/builder.h \
libisofs/builder.c \
libisofs/error.h \
libisofs/node.h \
libisofs/node.c \
libisofs/tree.h \
@ -52,7 +51,8 @@ libisofs_libisofs_la_SOURCES = \
libisofs/iso1999.c \
libisofs/data_source.c
libinclude_HEADERS = \
libisofs/libisofs.h
libisofs/libisofs.h \
libisofs/error.h
## ========================================================================= ##

2
TODO
View File

@ -7,7 +7,7 @@ TODO
#00001 (node.h) -> consider adding new timestamps to IsoTreeNode
OK #00002 (node.h) -> handle deletion of each kind of node
#00003 make error.h header public
OK #00003 make error.h header public
#00004 (libisofs.h) -> Add a get_mime_type() function.
#00005 (node.c) -> optimize iso_dir_iter_take.
#00006 (libisofs.h) -> define more replace values when adding a node to a dir

View File

@ -10,7 +10,6 @@
/*
* Error codes and return values for libisofs.
* TODO #00003 make this header public
*/
/*