view libpurple/purple-client.h @ 22814:862382aa6086

Do not add a ':' if there's already one at the end. Thanks to wjt for noticing.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 02 May 2008 16:55:59 +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