/* | main.h from Lsyncd -- the Live (Mirror) Syncing Demon | | Entry and main loop | | License: GPLv2 (see COPYING) or any later version | Authors: Axel Kittenberger * */ #ifndef MAIN_H #define MAIN_H // Dummy variable which address is used as // index in the lua registry to store/get the error handler. extern int callError; // set to true to soft reset at earliest possilibity extern bool softreset; #endif