view mcabber/src/main.h @ 1661:64a7428afcb3

Print list of options with '/set'
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 07 Dec 2009 11:16:03 +0200
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... */