| 30 * You should have received a copy of the GNU General Public License |
30 * You should have received a copy of the GNU General Public License |
| 31 * along with this program; if not, write to the Free Software |
31 * along with this program; if not, write to the Free Software |
| 32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 33 */ |
33 */ |
| 34 |
34 |
| |
35 #include "myspace.h" |
| 35 #include "plugins.h" |
36 #include "plugins.h" |
| 36 #include "myspace.h" |
|
| 37 |
37 |
| 38 static PurpleProtocol *my_protocol = NULL; |
38 static PurpleProtocol *my_protocol = NULL; |
| 39 |
39 |
| 40 static void msim_set_status(PurpleAccount *account, PurpleStatus *status); |
40 static void msim_set_status(PurpleAccount *account, PurpleStatus *status); |
| 41 static void msim_set_idle(PurpleConnection *gc, int time); |
41 static void msim_set_idle(PurpleConnection *gc, int time); |