summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-09-17 20:27:28 +0200
committernulltoken <emeric.fermas@gmail.com>2012-09-17 20:27:28 +0200
commit397837197d1ce04b8bd4aaa57a7f5f67648dc57f (patch)
treeb7186ea6d0cf23326d18f26c090e07d084f3f911 /include/git2/checkout.h
parent5e4cb4f4da0baef99683be95cb5eeb5288d8ba84 (diff)
downloadlibgit2-397837197d1ce04b8bd4aaa57a7f5f67648dc57f.tar.gz
checkout: Mimic git_diff_options storage of paths
Diffstat (limited to 'include/git2/checkout.h')
-rw-r--r--include/git2/checkout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h
index b15b56a33..42d47003d 100644
--- a/include/git2/checkout.h
+++ b/include/git2/checkout.h
@@ -39,7 +39,7 @@ typedef struct git_checkout_opts {
/* when not NULL, arrays of fnmatch pattern specifying
* which paths should be taken into account
*/
- git_strarray *paths;
+ git_strarray paths;
} git_checkout_opts;
/**