diff src/util.h @ 7622:072feee65244

[gaim-migrate @ 8246] this doesn't seem to break directory creation on *NIX, and I think it might fix it for win32, so here goes nothin' committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 24 Nov 2003 06:50:20 +0000
parents 3ae88e96dde2
children e293d0c42ccb
line wrap: on
line diff
--- a/src/util.h	Mon Nov 24 03:05:16 2003 +0000
+++ b/src/util.h	Mon Nov 24 06:50:20 2003 +0000
@@ -254,15 +254,14 @@
 /**
  * Builds a complete path from the root, making any directories along
  * the path which do not already exist.
- * 
+ *
  * @param path The path you wish to create.  Note that it must start
  *        from the root or this function will fail.
- * 
  * @param mode Unix-style permissions for this directory.
- * 
+ *
  * @return 0 for success, nonzero on any error.
  */
-int gaim_build_dir(char *path, int mode);
+int gaim_build_dir(const char *path, int mode);
 
 /**
  * Creates a temporary file and returns a file pointer to it.