db-ctl-base: Add "static" to definition of ctl_exit().
authorBen Pfaff <blp@nicira.com>
Mon, 20 Jul 2015 18:20:05 +0000 (11:20 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 Jul 2015 18:25:17 +0000 (11:25 -0700)
commitbccd843bb1c647244df155030519f1f42852ce37
tree50519a2f0315e144f0b540edfa243e8a77ce6c07
parent0ad9ae88344fd217a549e09801494e9fee3d3bd1
db-ctl-base: Add "static" to definition of ctl_exit().

The prototype said "static" but the definition did not.

Reported by sparse.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/db-ctl-base.c