diff src/ui_fileops.h @ 1164:3692efcbd325

Fix compilation warnings.
author zas_
date Thu, 20 Nov 2008 11:46:43 +0000
parents c4fcf8001574
children 878718372aca
line wrap: on
line diff
--- a/src/ui_fileops.h	Thu Nov 20 07:22:56 2008 +0000
+++ b/src/ui_fileops.h	Thu Nov 20 11:46:43 2008 +0000
@@ -84,7 +84,7 @@
 
 gint file_in_path(const gchar *name);
 
-gboolean recursive_mkdir_if_not_exists(gchar *path, mode_t mode);
+gboolean recursive_mkdir_if_not_exists(const gchar *path, mode_t mode);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */