view libpurple/purple-client.h @ 27612:18a96fe78870

Don't fail an assertion and don't return FALSE if we can't create the certificate cache directory. This happens when passing -c /dev/null to pidgin when starting. I think this is a reasonable change, but I'm not very familiar with our certificate code
author Mark Doliner <mark@kingant.net>
date Tue, 14 Jul 2009 17:56:13 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif