summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-12 16:13:43 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-12 16:13:43 +0100
commitfd889cd72bd75634ed269e561c26732bd9e4a6e1 (patch)
tree633822db37f9fb1cd4bea97eb7cf467510e4461e /inc
parentd862c355099cddbd01a719029ce2161a4a6cc05d (diff)
parent5c273a5686f8d002a16183f44f73b4f50a03e799 (diff)
downloadabrt-fd889cd72bd75634ed269e561c26732bd9e4a6e1.tar.gz
abrt-fd889cd72bd75634ed269e561c26732bd9e4a6e1.tar.xz
abrt-fd889cd72bd75634ed269e561c26732bd9e4a6e1.zip
Merge branch 'master' into rhel6
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 2f7b3bf7..ae8fef34 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -255,7 +255,7 @@ bool string_to_bool(const char *s);
/* C++ style stuff */
std::string ssprintf(const char *format, ...);
-std::string get_home_dir(int uid);
+std::string get_home_dir(uid_t uid);
std::string concat_path_file(const char *path, const char *filename);
double get_dirsize(const char *pPath);
double get_dirsize_find_largest_dir(