OSDN Git Service

Merge branch 'mh/maint-revisions-doc' into maint
[git-core/git.git] / git-compat-util.h
index ed11ad8..5bd9ad7 100644 (file)
@@ -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