repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix some functions descriptions
[pidgin-git.git]
/
libpurple
/
purple-client.h
blob
5746dbe8417db103c41179f9f276ade86115d82d
1
#ifndef _PURPLE_CLIENT_H_INCLUDED_
2
#define _PURPLE_CLIENT_H_INCLUDED_
3
4
#include <glib.h>
5
#include <glib-object.h>
6
#include
"purple-client-bindings.h"
7
8
G_BEGIN_DECLS
9
10
void
purple_init
(
void
);
11
12
G_END_DECLS
13
14
#endif