blob: 2a58a26003326f63f5c9c97d5e23abad334770bf [file] [log] [blame]
# Export all the symbols needed by cromo plugins. The
# cromo program dynamically loads them, so we need to
# make our own symbols exported.
{
extern "C++" {
CromoServer::*;
HookTable::*;
ModemHandler::*;
utilities::*;
cromo::*;
};
};