Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 30647:ebc34634e592
certificate: Add helpful text to the 'not yet active' message.
A bad clock is going to be the issue in basically all these cases,
unless you're explicitly creating interesting certs.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 29 Jun 2010 17:34:21 +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