Added an initialization function, which must be called at every entry point of the...
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 13 Sep 2009 18:26:02 +0000 (18:26 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 13 Sep 2009 18:26:02 +0000 (18:26 +0000)
commit337ecd489f8430655aff7b567f383efb3a720d1c
treedb6223e6e4f2f26e2b12d0381013d434d2cd1835
parentdb8dde85ef01518d74df205d083ba1fb501b21c9
Added an initialization function, which must be called at every entry point of the library.
Got multisession to work, fixing #19.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@122 ddfedd41-794f-dd11-ae45-00112f111e67
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