00001 /************************************************************************ 00002 * Copyright (C) 2005-2008 Philipp Marek. 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License version 3 as 00006 * published by the Free Software Foundation. 00007 ************************************************************************/ 00008 00009 #ifndef __SYNC_H__ 00010 #define __SYNC_H__ 00011 00012 #include "actions.h" 00013 00018 work_t sync__work; 00021 action_t sync__progress; 00022 00023 #endif 00024 00025