Added SILC DLL API for loading/using shared objects/DLLs.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 3 Jul 2007 19:44:23 +0000 (19:44 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 3 Jul 2007 19:44:23 +0000 (19:44 +0000)
commit88b232da2e1167031ab8c1e46b0960159422904f
tree60335ca5c094c728c8cd888f3ac1ca469e2589e3
parente8504852258db5a63e542246b64c23f8b8624006
Added SILC DLL API for loading/using shared objects/DLLs.
lib/silcutil/silcdll.c [new file with mode: 0644]
lib/silcutil/silcdll.h [new file with mode: 0644]
lib/silcutil/tests/test_silcdll.c [new file with mode: 0644]