Fixed crashes due to use of nested functions.

I have therefore added shared/fileio.c/h to encapsule
buffered file operations, thus making it possible
to re-read the configuration file unlike with the
patch I committed to stable-0-4-4.
This commit is contained in:
reenoo
2004-01-05 00:39:14 +00:00
parent 4166da2f2b
commit e516bea574
+1 -1
View File
@@ -1,5 +1,5 @@
noinst_LIBRARIES = libLCDstuff.a
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h fileio.c fileio.h
INCLUDES = @ldap_includes@ -I$(top_srcdir)