#ifndef __AutoSymbolListScheduler_h_ #define __AutoSymbolListScheduler_h_ // Start a thread which will monitor all symbol lists. See AutoSymbolList.h // for details. // // Call this before the first call to create a symbol list, or things won't // work correctly. void initAutoSymbolListScheduler(); #endif