00001 /************************************************************************ 00002 * Copyright (C) 2007-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 __CP_MV_H 00010 #define __CP_MV_H 00011 00012 #include "actions.h" 00013 00019 work_t cm__work; 00021 work_t cm__detect; 00023 work_t cm__uncopy; 00024 00025 00027 int cm__get_source(struct estat *sts, char *name, 00028 char **src_name, svn_revnum_t *src_rev, 00029 int register_for_cleanup); 00030 00031 #endif 00032 00033