next up previous contents index
Next: A simple example Up: Modules Previous: Running modules   Contents   Index


Closing modules

It's possible to close a module. gocr_finalize automatically takes care of closing all modules, but if you have some special reason to close a module, you can do it. Libgocr automatically deletes all the module functions of this module. Just call:

void gocr_moduleClose ( int id );
And that's it.



root 2002-02-17