33 |
#include <general/table.h> |
#include <general/table.h> |
34 |
#include "importhandler.h" |
#include "importhandler.h" |
35 |
|
|
36 |
|
/* #define IMPORTHANDLER_VERBOSE */ |
37 |
|
|
38 |
/* |
/* |
39 |
Maximum number of importhandlers possible in one session. Hard to imagine |
Maximum number of importhandlers possible in one session. Hard to imagine |
40 |
that you would want more than this. |
that you would want more than this. |
415 |
return 1; |
return 1; |
416 |
} |
} |
417 |
AddTableData(importhandler_sharedpointers,ptr,key); |
AddTableData(importhandler_sharedpointers,ptr,key); |
418 |
|
#ifdef IMPORTHANDLER_VERBOSE |
419 |
CONSOLE_DEBUG("Set shared pointer '%s' to %p",key, ptr); |
CONSOLE_DEBUG("Set shared pointer '%s' to %p",key, ptr); |
420 |
|
#endif |
421 |
return 0; |
return 0; |
422 |
} |
} |
423 |
|
|