libpurple/protocols/myspace/myspace.c

branch
soc.2013.gobjectification.plugins
changeset 36657
4a7f5f97d1ec
parent 36653
4084c34c051d
child 36660
ddb40f691d20
equal deleted inserted replaced
36656:3e21d5b61c2b 36657:4a7f5f97d1ec
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);

mercurial