view mcabber/src/main.h @ 1666:68c57f52d05a

Fix iq version reply (issue #42, patch from foxfell)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 02 Feb 2010 19:49:00 +0100
parents fca9a4c17432
children
line wrap: on
line source

#ifndef __MCABBER_MAIN_H__
#define __MCABBER_MAIN_H__ 1

extern GMainContext *main_context;

void mcabber_set_terminate_ui(void);
char *mcabber_version(void);

#endif

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */