view libpurple/purple-client.h @ 23194:00350a318b30

A patch from compnerd (Saleem Abdulrasool) to remove a use of the AM_PATH_CHECK macro, which is deprecated. This particular code was useless anyway as the version check was already being done by pkgconfig. Fixes #5644 committer: Richard Laager <rlaager@wiktel.com>
author Saleem Abdulrasool <compnerd@compnerd.org>
date Mon, 26 May 2008 06:42:20 +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