view mcabber/src/harddefines.h @ 301:efcbd3c1ad15

Free unread_list when the roster is freed It fixes a bug after a /disconnect
author Mikael Berthe <mikael@lilotux.net>
date Mon, 11 Jul 2005 18:52:29 +0100
parents a7af5517b453
children
line wrap: on
line source

#ifndef __MCABBER__
#define __MCABBER__

#include "../config.h"

#define MCABBER_VERSION "MCabber v" VERSION " -- " \
        "based on http://cabber.sourceforge.net"
#define EMAIL "Email: mcabber [at] lilotux [dot] net"

#endif