view libpurple/purple-client.h @ 23191:20654db25ff8

A patch from compnerd (Saleem Abdulrasool) to properly name the variables we use with AC_CACHE_CHECK when checking for GnuTLS and NSS. These variables MUST include _cv_ in their name. (See the Cache Variable Names section in the autoconf info pages.) Fixes #5645 committer: Richard Laager <rlaager@wiktel.com>
author Saleem Abdulrasool <compnerd@compnerd.org>
date Mon, 26 May 2008 06:37:52 +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