From: short <> Date: Sun, 25 Nov 2001 23:10:58 +0000 (+0000) Subject: * ... - new cfgreader.c/CFG_GetForeach() X-Git-Tag: bp_lace_unixserial~3 X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=ecb68c68aeb44fa1ec930d124868e63a64f8cb6d;hp=ecb68c68aeb44fa1ec930d124868e63a64f8cb6d * ... - new cfgreader.c/CFG_GetForeach() some "const" keywords written - they are missing almost everywhere in Gnokii! "CFG_info" is now global public symbol * Global symbols became IMO obsolete: {model,port,initlength,connection,bindir} stdout/stderr are de-buffered (cfgreading is upon startup) * I know that it doesn't belong here but currently there is now generic application init function anywhere. * stdout/stderr de-buffering is already donw at various weird places all through the project ---