Splitted SILC core library. Core library includes now only
authorPekka Riikonen <priikone@silcnet.org>
Wed, 13 Sep 2000 17:45:15 +0000 (17:45 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 13 Sep 2000 17:45:15 +0000 (17:45 +0000)
commit89b07a460a554eb5173fe07f09b8c51c31d53e29
tree3eec9f40508a2f73da85198eedd677db931e9f92
parent4eea9e61a1c77e4eec137ff0d34c03cae96c2db9
Splitted SILC core library. Core library includes now only
SILC protocol specific stuff. New utility library includes the
old stuff from core library that is more generic purpose stuff.
24 files changed:
lib/silccore/Makefile.am
lib/silccore/silccommand.h
lib/silccore/silcprotocol.h
lib/silcutil/Makefile.am [new file with mode: 0644]
lib/silcutil/silcbuffer.c [moved from lib/silccore/silcbuffer.c with 96% similarity]
lib/silcutil/silcbuffer.h [moved from lib/silccore/silcbuffer.h with 100% similarity]
lib/silcutil/silcbuffmt.c [moved from lib/silccore/silcbuffmt.c with 97% similarity]
lib/silcutil/silcbuffmt.h [moved from lib/silccore/silcbuffmt.h with 100% similarity]
lib/silcutil/silcbufutil.c [moved from lib/silccore/silcbufutil.c with 92% similarity]
lib/silcutil/silcbufutil.h [moved from lib/silccore/silcbufutil.h with 100% similarity]
lib/silcutil/silcconfig.c [moved from lib/silccore/silcconfig.c with 90% similarity]
lib/silcutil/silcconfig.h [moved from lib/silccore/silcconfig.h with 100% similarity]
lib/silcutil/silclog.c [moved from lib/silccore/silclog.c with 69% similarity]
lib/silcutil/silclog.h [moved from lib/silccore/silclog.h with 82% similarity]
lib/silcutil/silcmemory.c [moved from lib/silccore/silcmemory.c with 86% similarity]
lib/silcutil/silcmemory.h [moved from lib/silccore/silcmemory.h with 100% similarity]
lib/silcutil/silcnet.c [moved from lib/silccore/silcnet.c with 96% similarity]
lib/silcutil/silcnet.h [moved from lib/silccore/silcnet.h with 100% similarity]
lib/silcutil/silcschedule.c [moved from lib/silccore/silcschedule.c with 94% similarity]
lib/silcutil/silcschedule.h [moved from lib/silccore/silcschedule.h with 97% similarity]
lib/silcutil/silctask.c [moved from lib/silccore/silctask.c with 98% similarity]
lib/silcutil/silctask.h [moved from lib/silccore/silctask.h with 100% similarity]
lib/silcutil/silcutil.c [moved from lib/silccore/silcutil.c with 75% similarity]
lib/silcutil/silcutil.h [moved from lib/silccore/silcutil.h with 81% similarity]