view mcabber/src/main.h @ 1667:8af0e0ad20ad

Fix some more xmlns attributes in IQ responses
author Mikael Berthe <mikael@lilotux.net>
date Tue, 02 Feb 2010 21:27:26 +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... */