Index: utils.h |
diff --git a/utils.h b/utils.h |
index 74711a84e8bb0723b8b7a4c092acf948e6337626..a17f2415f3a62eb8a05b1a9cfe46cf84760e2991 100644 |
--- a/utils.h |
+++ b/utils.h |
@@ -243,6 +243,9 @@ int ComparePriorities(ProcessPriority priority_lhs, |
// success, false otherwise. |
bool SetProcessPriority(ProcessPriority priority); |
+// Assumes data points to a Closure. Runs it and returns FALSE; |
+gboolean GlibRunClosure(gpointer data); |
+ |
} // namespace utils |
// Class to unmount FS when object goes out of scope |