]> Savannah Git Hosting - gnulib.git/commit
exclude: declare exclude_patopts static
authorJim Meyering <meyering@fb.com>
Wed, 24 Sep 2014 16:03:06 +0000 (09:03 -0700)
committerJim Meyering <meyering@fb.com>
Fri, 26 Sep 2014 23:10:10 +0000 (16:10 -0700)
commit734ed7c8a7b3076e4a1dedaaeb02cfbaa594711c
tree017da710181c9fb9be0d19bf59f2d1dffa8fec7a
parent5ab220cc90a804b83ab8b91ba00a3bd2651428f1
exclude: declare exclude_patopts static

* lib/exclude.c (exclude_patopts): Declare static,
to avoid triggering a -Wmissing-prototypes warning.
The alternative (declaring it in the .h file) would
require publicizing the private "struct patopts".
ChangeLog
lib/exclude.c