00001 /************************************************************************ 00002 * Copyright (C) 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 __RESOLVE_H__ 00010 #define __RESOLVE_H__ 00011 00015 #include "global.h" 00016 #include "actions.h" 00017 00020 int res__mark_conflict(struct estat *sts, ...) __attribute((sentinel)); 00021 00023 int res__remove_aux_files(struct estat *sts); 00024 00026 work_t res__work; 00027 00029 action_t res__action; 00030 00031 #endif 00032