Declare file-scope functions and variables static if not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2011 18:06:25 +0000 (10:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Feb 2011 18:06:25 +0000 (10:06 -0800)
commitb23b5a5b7dca39b708015979ed8c25901390ac14
tree7a84c8534ce93629c091c9d0db52ddaa5f4b9215
parent6d7132563c23774dddcd825797a29ce7ae94253a
Declare file-scope functions and variables static if not exported.

This is more consistent, and is nicer with gcc -Wstrict-prototypes.
* ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c:
* profile.c, test-distrib.c, update-game-score.c:
Declare non-'main' functions and variables to be static.
* ebrowse.c: Omit redundant function prototypes.
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/fakemail.c
lib-src/make-docfile.c
lib-src/movemail.c
lib-src/profile.c
lib-src/test-distrib.c
lib-src/update-game-score.c