diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-07 19:54:33 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-07 19:54:33 +0800 |
commit | 6c5839c976407292715daf22cdddf6aca469fa75 (patch) | |
tree | 70b451c081480d4fd40bdb3ecbefce12290e1087 /libempathy/empathy-debug.h | |
parent | 9d40a77fae9175d7932c3af0e95cbdf1cfde433b (diff) | |
parent | eb3f7d2fb30be62b801b6086143fb476b5368b5d (diff) | |
download | gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.gz gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.bz2 gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.lz gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.xz gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.tar.zst gsoc2013-empathy-6c5839c976407292715daf22cdddf6aca469fa75.zip |
Merge branch 'sasl'
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r-- | libempathy/empathy-debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h index ece3af73c..44e197792 100644 --- a/libempathy/empathy-debug.h +++ b/libempathy/empathy-debug.h @@ -47,6 +47,7 @@ typedef enum EMPATHY_DEBUG_TESTS = 1 << 12, EMPATHY_DEBUG_VOIP = 1 << 13, EMPATHY_DEBUG_TLS = 1 << 14, + EMPATHY_DEBUG_SASL = 1 << 15, } EmpathyDebugFlags; gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag); |