Created SILC Client Libary by moving stuff from silc/ directory.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 13 Sep 2000 17:47:53 +0000 (17:47 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 13 Sep 2000 17:47:53 +0000 (17:47 +0000)
commit318d79b391bf6288e3e28c840217a7097f3d0392
tree50ea78f83994a1c926297bd59aa73ac0f16c0167
parent89b07a460a554eb5173fe07f09b8c51c31d53e29
parent0f9738ce962b8498bbed0a75d5fb6fa127e3577f
Created SILC Client Libary by moving stuff from silc/ directory.
SILC client library is SILC client without UI. Old UI still exists
in silc/ directory and uses the new client.

Bug fixes and several new functions, structures and functions
naming changes during the change was made.
24 files changed:
apps/silc/Makefile.am
apps/silc/client_ops.c
apps/silc/client_ops.h
apps/silc/clientconfig.c
apps/silc/clientutil.c
apps/silc/clientutil.h
apps/silc/local_command.c
apps/silc/local_command.h
apps/silc/screen.h
apps/silc/silc.c
apps/silc/silc.h
lib/silcclient/Makefile.am
lib/silcclient/README
lib/silcclient/client.c
lib/silcclient/client.h
lib/silcclient/command.c
lib/silcclient/command.h
lib/silcclient/command_reply.c
lib/silcclient/command_reply.h
lib/silcclient/idlist.c
lib/silcclient/idlist.h
lib/silcclient/ops.h
lib/silcclient/protocol.c
lib/silcclient/protocol.h