r328: Changed the install script so that the CVS directories don't get installed.
[rox-filer.git] / ROX-Filer / src / remote.h
blob756786ebb043baace8367c37b1d6c9761e34716e
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _REMOTE_H
9 #define _REMOTE_H
11 gboolean remote_init(GString *to_open, gboolean new_copy);
13 #endif /* _REMOTE_H */