Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add initial support for many promisor remotes
[gitweb.git]
/
vcs-svn
/
sliding_window.h
diff --git
a/vcs-svn/sliding_window.h
b/vcs-svn/sliding_window.h
index 189c32d84c3c654c0a16bfe71284b24029724019..a7fc0999cb63c2abd9dd01f14aacabf40d986b13 100644
(file)
--- a/
vcs-svn/sliding_window.h
+++ b/
vcs-svn/sliding_window.h
@@
-13,6
+13,6
@@
struct sliding_view {
#define SLIDING_VIEW_INIT(input, len) { (input), 0, 0, (len), STRBUF_INIT }
-
extern
int move_window(struct sliding_view *view, off_t off, size_t width);
+int move_window(struct sliding_view *view, off_t off, size_t width);
#endif