summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-02-12 16:06:50 +0100
committerKarel Klic <kklic@redhat.com>2010-02-12 16:06:50 +0100
commite08c1d7c3c56c99cafde076529b17c956ef3aeb0 (patch)
tree9904f3f0c79bf23a9cb9a6795dfe2e504c9cee34 /inc
parent349ee9dff57f6fe232a7fc146cba7581402daa32 (diff)
downloadabrt-e08c1d7c3c56c99cafde076529b17c956ef3aeb0.tar.gz
abrt-e08c1d7c3c56c99cafde076529b17c956ef3aeb0.tar.xz
abrt-e08c1d7c3c56c99cafde076529b17c956ef3aeb0.zip
get_home_dir uses uid_t for the uid
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(