~ubuntu-branches/ubuntu/maverick/gnomad2/maverick

« back to all changes in this revision

Viewing changes to src/filesystem.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-20 23:39:14 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070620233914-iwc10qsm2yr0vrqn
Tags: 2.8.12-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Lessen the build-depends on libmtp-dev to >= 0.1.3.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
char *expand_path (char *src);
72
72
gboolean test_writeable(gchar *path);
73
73
gboolean create_directory(gchar *path);
 
74
void create_dirs(gchar *filename);
74
75
gboolean copy_file(gchar *source, gchar *dest);
75
76
void export_playlistfile(gchar *filename, gchar *formatstring, GList *playlist, gboolean m3ufile, gboolean plsfile);
76
77