summaryrefslogtreecommitdiff
path: root/gsystem-file-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsystem-file-utils.h')
-rw-r--r--gsystem-file-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index 2ac2617..679f7c7 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -67,8 +67,8 @@ gboolean gs_file_sync_data (GFile *file,
GCancellable *cancellable,
GError **error);
-char * gsystem_fileutil_gen_tmp_name (const char *prefix,
- const char *suffix);
+char * gs_fileutil_gen_tmp_name (const char *prefix,
+ const char *suffix);
gboolean gs_file_open_dir_fd (GFile *path,
int *out_fd,