comparison mcabber/mcabber/carbons.h @ 2152:2ce6dd6861ea

Use the Carbons <private/> element for outgoing encrypted messages
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Oct 2014 18:31:46 +0200
parents 51fde9c25401
children
comparison
equal deleted inserted replaced
2151:8819bab88053 2152:2ce6dd6861ea
1 #ifndef __MCABBER_CARBONS_H__ 1 #ifndef __MCABBER_CARBONS_H__
2 #define __MCABBER_CARBONS_H__ 1 2 #define __MCABBER_CARBONS_H__ 1
3
4 #include <glib.h>
3 5
4 void carbons_available(); 6 void carbons_available();
5 void carbons_enable(); 7 void carbons_enable();
6 void carbons_disable(); 8 void carbons_disable();
7 void carbons_info(); 9 void carbons_info();
8 void carbons_reset(); 10 void carbons_reset();
11 gboolean carbons_enabled();
9 12
10 #endif //__MCABBER_CARBONS_H__ 13 #endif //__MCABBER_CARBONS_H__