| 33 * You should have received a copy of the GNU General Public License |
33 * You should have received a copy of the GNU General Public License |
| 34 * along with this program; if not, write to the Free Software |
34 * along with this program; if not, write to the Free Software |
| 35 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
35 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 36 */ |
36 */ |
| 37 |
37 |
| |
38 /* When writing a third-party plugin, do not include libpurple's internal.h |
| |
39 * included below. This file is for internal libpurple use only. We're including |
| |
40 * it here for our own convenience. */ |
| 38 #include "internal.h" |
41 #include "internal.h" |
| 39 #include "purple.h" |
42 |
| |
43 /* This file defines PURPLE_PLUGINS and includes all the libpurple headers */ |
| |
44 #include <purple.h> |
| 40 |
45 |
| 41 #include <stdio.h> |
46 #include <stdio.h> |
| 42 #include <stdlib.h> |
47 #include <stdlib.h> |
| 43 #include <string.h> |
48 #include <string.h> |
| 44 |
49 |