view libpurple/purple-client.h @ 16133:019092f88c43

Pull out the same block of code from two places and put it into a static function
author Mark Doliner <mark@kingant.net>
date Sun, 15 Apr 2007 18:02:11 +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