]> git.ipfire.org Git - thirdparty/git.git/blobdiff - vcs-svn/sliding_window.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / vcs-svn / sliding_window.h
index 189c32d84c3c654c0a16bfe71284b24029724019..a7fc0999cb63c2abd9dd01f14aacabf40d986b13 100644 (file)
@@ -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