r345: Fixed a bug that prevented i18n from working.
[rox-filer/dt.git] / ROX-Filer / src / remote.h
blobe780f83f9bf6e40e1887a5b39368d24efcce65c8
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _REMOTE_H
9 #define _REMOTE_H
11 gboolean remote_init(GString *to_open, gboolean new_copy);
13 #endif /* _REMOTE_H */