libpurple/purple-client.h@2fc862e230a7
libpurple/purple-client.h
Sat, 31 Dec 2022 21:51:24 -0600
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Sat, 31 Dec 2022 21:51:24 -0600
- branch
- release-2.x.y
- changeset 41991
- 2fc862e230a7
- parent 15906
-
d05fbb788178
- child 15914
-
e771e4551274
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- child 34825
-
91d3e038fa70
- permissions
- -rw-r--r--
Remove a string from the Romanian translation that's breaking iconv on Windows.
Testing Done:
ran `make dist` and built and tested the installer on Windows.
Reviewed at https://reviews.imfreedom.org/r/2157/
#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