00001 /************************************************************************ 00002 * Copyright (C) 2006-2009 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 __ADD_UNVERS_H__ 00010 #define __ADD_UNVERS_H__ 00011 00012 #include "actions.h" 00013 00019 work_t au__work; 00020 00022 action_t au__action; 00023 00026 int au__prepare_for_added(void); 00027 00028 00029 #endif 00030 00031