00001 /************************************************************************ 00002 * Copyright (C) 2006-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 __EXPORT_H__ 00010 #define __EXPORT_H__ 00011 00012 #include "actions.h" 00013 #include "update.h" 00014 00019 work_t exp__work; 00020 00022 int exp__do(struct estat *root, struct url_t *url); 00023 00024 #endif 00025 00026