summaryrefslogtreecommitdiff
path: root/src/conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn.c')
-rw-r--r--src/conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn.c b/src/conn.c
index 673fda5..ec06221 100644
--- a/src/conn.c
+++ b/src/conn.c
@@ -31,7 +31,7 @@ check_xfixes(xcb_connection_t *conn)
free(version);
}
-static void
+void
check_xselinux(xcb_connection_t *conn)
{
const xcb_query_extension_reply_t *ext;