diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 665008e..ad32aad 100644 --- a/src/utils.h +++ b/src/utils.h @@ -26,5 +26,6 @@ void utils_handle_settings_request(void); gboolean is_unity(); gboolean is_gnome(); gboolean is_mate(); +gboolean is_pantheon(); #endif /* __INDICATOR_POWER_UTILS_H__ */ |