diff src/util.h @ 10332:8d42237564f6

[gaim-migrate @ 11539] Two util functions were only half-const committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Dec 2004 01:08:14 +0000
parents 357d4fa1bfbe
children 26eac2362c32
line wrap: on
line diff
--- a/src/util.h	Thu Dec 09 00:44:58 2004 +0000
+++ b/src/util.h	Thu Dec 09 01:08:14 2004 +0000
@@ -356,7 +356,7 @@
  *
  * @see gaim_home_dir()
  */
-char *gaim_user_dir(void);
+const char *gaim_user_dir(void);
 
 /**
  * Define a custom gaim settings directory, overriding the default (user's home directory/.gaim)