view mcabber/mcabber/carbons.h @ 2162:9e40d8f5bbe6

When show_status_in_buffer is set, display the resource name in the buffer
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Oct 2014 12:56:56 +0100
parents 2ce6dd6861ea
children
line wrap: on
line source

#ifndef __MCABBER_CARBONS_H__
#define __MCABBER_CARBONS_H__ 1

#include <glib.h>

void carbons_available();
void carbons_enable();
void carbons_disable();
void carbons_info();
void carbons_reset();
gboolean carbons_enabled();

#endif //__MCABBER_CARBONS_H__