Mercurial > pidgin
comparison src/module.c @ 2414:70cb0ce6991a
[gaim-migrate @ 2427]
hi.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 03 Oct 2001 03:11:37 +0000 |
| parents | 6e637ad18494 |
| children | e5f76dc2c8d1 |
comparison
equal
deleted
inserted
replaced
| 2413:1b994d4bb1c3 | 2414:70cb0ce6991a |
|---|---|
| 32 | 32 |
| 33 #ifdef HAVE_CONFIG_H | 33 #ifdef HAVE_CONFIG_H |
| 34 #include <config.h> | 34 #include <config.h> |
| 35 #endif | 35 #endif |
| 36 | 36 |
| 37 #include "gaim.h" | |
| 38 | |
| 37 #ifdef GAIM_PLUGINS | 39 #ifdef GAIM_PLUGINS |
| 38 | 40 |
| 39 #include <string.h> | 41 #include <string.h> |
| 40 #include <sys/time.h> | 42 #include <sys/time.h> |
| 41 | 43 |
| 43 #include <sys/stat.h> | 45 #include <sys/stat.h> |
| 44 | 46 |
| 45 #include <unistd.h> | 47 #include <unistd.h> |
| 46 #include <stdio.h> | 48 #include <stdio.h> |
| 47 #include <stdlib.h> | 49 #include <stdlib.h> |
| 48 #include "gaim.h" | |
| 49 | 50 |
| 50 /* ------------------ Global Variables ----------------------- */ | 51 /* ------------------ Global Variables ----------------------- */ |
| 51 | 52 |
| 52 GList *plugins = NULL; | 53 GList *plugins = NULL; |
| 53 GList *callbacks = NULL; | 54 GList *callbacks = NULL; |
