lsyncd/core/main.h

24 lines
435 B
C

/*
| main.h from Lsyncd -- the Live (Mirror) Syncing Demon
|
| Entry and main loop
|
| License: GPLv2 (see COPYING) or any later version
| Authors: Axel Kittenberger <axkibe@gmail.com>
*
*/
#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