summaryrefslogtreecommitdiff
path: root/lib/imsg.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-04-04 12:18:49 +0200
committerGitHub <noreply@github.com>2019-04-04 12:18:49 +0200
commit59d11e7cd197e5902b632d0f8ca6e523ed50489a (patch)
treed96b9eae3c039af31c24d8bfda80884efdc39fa4 /lib/imsg.c
parentdbf2f94c2cfd713b54f31becb9582c219463d507 (diff)
parentc17faa4b100673e4169ae585df755d6e08eebfee (diff)
Merge pull request #4075 from qlyoung/reduce-exported-vars
lib: reduce exported var symbols
Diffstat (limited to 'lib/imsg.c')
-rw-r--r--lib/imsg.c4
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__
/*