#include <string.h>
#include "udanax.h"
Include dependency graph for entexit.cxx:

Go to the source code of this file.
Functions | |
| void | initsession (const char *database) |
| ??? | |
(to be defined)
Definition in file entexit.cxx.
|
|
??? (to be defined) Definition at line 84 of file entexit.cxx. References clear, createenf(), GRAN, granf, initenffile(), initgrimreaper(), initkluge(), initqueues(), SPAN, spanf, typegranf, typespanf, and ZEROTUMBLERvar. Referenced by main().
00086 {
00087 initgrimreaper();
00088 initqueues();
00089
00090 clear(&ZEROTUMBLERvar, sizeof(Tumbler));
00091
00092 if (initenffile(database)) {
00093 initkluge((typecuc **) &granf, (typecuc **) &spanf);
00094 } else {
00095 granf = (typegranf) createenf(GRAN);
00096 spanf = (typespanf) createenf(SPAN);
00097 }
00098 }
|
1.3.4