11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync/** @file
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * VBoxSharedFolders - Handling for shared folders
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync */
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync/*
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * Copyright (C) 2006-2010 Oracle Corporation
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync *
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * available from http://www.virtualbox.org. This file is free software;
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * you can redistribute it and/or modify it under the terms of the GNU
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * General Public License (GPL) as published by the Free Software
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync */
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync#ifndef ___VBoxSharedFolders_h
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync#define ___VBoxSharedFolders_h
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsyncint VBoxSharedFoldersAutoUnmount(void);
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsyncint VBoxSharedFoldersAutoMount(void);
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync
11e0939bfc2448b5afb2efbd6ab43464de56effcvboxsync#endif /* !___VBoxSharedFolders_h */