diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-04-03 20:34:18 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-04-03 20:34:18 +0000 |
| commit | c17faa4b100673e4169ae585df755d6e08eebfee (patch) | |
| tree | f95bcea3e588a4c92771fc9ea6bf0e6261f98689 /lib/imsg.c | |
| parent | c5dafdbf5c9320956b453701b5145faf6ede7506 (diff) | |
lib: reduce exported var symbols
Don't need these in our DSO tables
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/imsg.c')
| -rw-r--r-- | lib/imsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/imsg.c b/lib/imsg.c index 57e70617d2..f07c56f0a6 100644 --- a/lib/imsg.c +++ b/lib/imsg.c @@ -22,9 +22,9 @@ #include "queue.h" #include "imsg.h" -int imsg_fd_overhead = 0; +static int imsg_fd_overhead = 0; -int imsg_get_fd(struct imsgbuf *); +static int imsg_get_fd(struct imsgbuf *); #ifndef __OpenBSD__ /* |
