diff options
author | TingPing <tingping@tingping.se> | 2013-03-25 02:41:13 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-03-25 02:41:13 -0400 |
commit | e9a3528bbd6babdda1b287fe244abc4041f217ae (patch) | |
tree | 2b9c85a37f4c1c97db34cb5937c2d7c8e0023a2c /src/common/util.h | |
parent | 1c929cd69482b52f780e1faedf7b8998d346dc1e (diff) |
Disable tray when using Unity
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 8114cbc7..601d9e50 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -60,6 +60,7 @@ void safe_strcpy (char *dest, const char *src, int bytes_left); void canonalize_key (char *key); int portable_mode (); int hextray_mode (); +int unity_mode (); GSList *get_subdirs (const char *path); char *encode_sasl_pass (char *user, char *pass); |