summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index c8ba4cd..449d509 100644
--- a/src/util.c
+++ b/src/util.c
@@ -156,7 +156,7 @@ sys_log (GDBusMethodInvocation *context,
syslog (LOG_NOTICE, "%s", msg);
}
-static gboolean
+gboolean
compat_check_exit_status (int estatus,
GError **error)
{