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 crashes when filenames end up being NULL in some prpls.
[pidgin-git.git]
/
libpurple
/
purple-client.h
blob
87378d35ceb61f91ec0017cca83225d9836e5953
1
#ifndef _PURPLE_CLIENT_H_INCLUDED_
2
#define _PURPLE_CLIENT_H_INCLUDED_
3
4
#include <glib.h>
5
#include
"purple-client-bindings.h"
6
7
G_BEGIN_DECLS
8
9
void
purple_init
(
void
);
10
11
G_END_DECLS
12
13
#endif