summaryrefslogtreecommitdiff
path: root/src/fileops.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-04-11 14:27:40 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-04-11 14:27:40 +0200
commit1a2b87257dd7aa462f246ff8eb66232e59387d68 (patch)
treeb3d0c1f2d08de794112ee094aad2e8be1a8f02cf /src/fileops.h
parent0a20eee9536e8db0ab8d91f426f971f7151aaefa (diff)
downloadlibgit2-1a2b87257dd7aa462f246ff8eb66232e59387d68.tar.gz
Typedefs don't have enum in front
Diffstat (limited to 'src/fileops.h')
-rw-r--r--src/fileops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileops.h b/src/fileops.h
index 9cc2d1699..be619d620 100644
--- a/src/fileops.h
+++ b/src/fileops.h
@@ -76,7 +76,7 @@ typedef enum {
*
* @return 0 on success; -1 on error.
*/
-extern int git_futils_rmdir_r(const char *path, enum git_directory_removal_type removal_type);
+extern int git_futils_rmdir_r(const char *path, git_directory_removal_type removal_type);
/**
* Create and open a temporary file with a `_git2_` suffix.