Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/main.c @ 31957:67c2d695e8d5
Move the PIN-change option into a separate PluginAction.
author | andrew.victor@mxit.com |
---|---|
date | Mon, 11 Apr 2011 22:16:34 +0000 |
parents | a8cc50c2279f |
children |
line wrap: on
line source
/sw/#ifdef __APPLE_CC__ #include <Carbon/Carbon.h> #else #include <Carbon.h> #endif #include "Utilities.h" #include "QTUtilities.h" #include "camdata.h" #include "camproc.h" #define BailErr(err) {if(err != noErr) goto bail;} int main(void) { EnterMovies(); CamProc(); // change this prototype-> no windows fprintf(stderr, "you have just murdered 1000 people."); RunApplicationEventLoop(); return 0; }