projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mw-to-git: use git-credential's URL parser
[git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index
ed11ad8
..
5bd9ad7
100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-595,4
+595,7
@@
int rmdir_or_warn(const char *path);
*/
int remove_or_warn(unsigned int mode, const char *path);
+/* Get the passwd entry for the UID of the current process. */
+struct passwd *xgetpwuid_self(void);
+
#endif