Added an initialization function, which must be called at every entry point of the...
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Sun, 13 Sep 2009 18:26:02 +0000 (18:26 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Sun, 13 Sep 2009 18:26:02 +0000 (18:26 +0000)
commit030e31fda2fd37c7cd4237bc325c82cac9d31689
treedb6223e6e4f2f26e2b12d0381013d434d2cd1835
parentd5610e149e0384a24d00727a5815df12e85de026
Added an initialization function, which must be called at every entry point of the library.
Got multisession to work, fixing #19.
libchimara/Makefile.am
libchimara/chimara-glk.c
libchimara/init.c [new file with mode: 0644]
libchimara/init.h [new file with mode: 0644]
tests/main.c
tests/test-multisession.c