summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-13 22:28:56 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-13 22:28:56 +0000
commit9ba0eb850c0f4c94df3b7f7461610bf0b073f712 (patch)
tree11638af8ad8ecdfd337a6db15914b2e2cdff3aea /src/if_cscope.c
parentbac97eb8ae6b067466cab0481cac2f25b335ffe7 (diff)
updated for version 7.0084v7.0084
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 7163c8a037..7653308f19 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1226,11 +1226,13 @@ GetWin32Error()
return msg;
}
#endif
+
/*
* PRIVATE: cs_insert_filelist
*
* insert a new cscope database filename into the filelist
*/
+/*ARGSUSED*/
static int
cs_insert_filelist(fname, ppath, flags, sb)
char *fname;