summaryrefslogtreecommitdiff
path: root/libexec/spamlogd
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:09:26 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:09:26 +0000
commit9a6be7cacb6639ebc04ff1c77d286ff2bfeab4ac (patch)
tree70480467d857aa1836cf8a37bb8dfe4d40f7aaef /libexec/spamlogd
parent67d9951684dd55318043e75ea48c0967801eb517 (diff)
Make functions and variables static whenever possible.
The benefits of this include: * clean up of the ldpd global namespace; * improved readability; * more hints to the compiler/linker to generate more efficient code. Whenever possible, move global static variables to a smaller scope (function). All extern variables are now declared in header files to avoid unnecessary duplication. This patch also cleans up the indentation of all function prototypes and global variables.
Diffstat (limited to 'libexec/spamlogd')
0 files changed, 0 insertions, 0 deletions