view mcabber/mcabber/carbons.h @ 2106:72876dcf9094

Bit more checks for enabling carbons -Make sure we do not enable carbons if they are already enabled -Return status of carbons
author Roeland Jago Douma <roeland@famdouma.nl>
date Tue, 15 Oct 2013 18:51:39 +0200
parents c7e9950fa741
children 9b4b7941647c
line wrap: on
line source

#ifndef __MCABBER_CARBONS_H__
#define __MCABBER_CARBONS_H__ 1

void carbons_init();
void carbons_available();
void carbons_enable();
void carbons_disable();
void carbons_info();

#endif //__MCABBER_CARBONS_H__