comparison src/gaim.h @ 780:c714def9cebb

[gaim-migrate @ 790] You may be a geek if... You've ever used a computer on Friday, Saturday and Sunday of the same weekend. You find yourself interrupting computer store salesman to correct something he said. The first thing you notice when walking in a business is their computer system. ...and offer advice on how you would change it. You've ever mounted a magnetic tape reel. You own any shareware. You know more IP addresses than phone numbers. You've ever accidentally dialed an IP address. Your friends use you as tech support. You've ever named a computer. You have your local computer store on speed dial. You can't carry on a conversation without talking about computers. Co-workers have to E-mail you about the fire alarm to get you out of the building. You've ever found "stray" diskettes when doing laundry. Your computer has it's own phone line - but your teenager doesn't. You check the national weather service web page for current weather conditions (rather than look out the window). You know more URLs than street addresses. Your pet has a web page. You get really excited when Yahoo adds your link. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 03:59:01 +0000
parents bf31bf916f53
children 4c292b3f74ea
comparison
equal deleted inserted replaced
779:1823a4af82d3 780:c714def9cebb
399 #define TYPE_DATA 2 399 #define TYPE_DATA 2
400 #define TYPE_ERROR 3 400 #define TYPE_ERROR 3
401 #define TYPE_SIGNOFF 4 401 #define TYPE_SIGNOFF 4
402 #define TYPE_KEEPALIVE 5 402 #define TYPE_KEEPALIVE 5
403 403
404 #define REVISION "gaim:$Revision: 775 $" 404 #define REVISION "gaim:$Revision: 790 $"
405 #define FLAPON "FLAPON\r\n\r\n" 405 #define FLAPON "FLAPON\r\n\r\n"
406 406
407 #define ROAST "Tic/Toc" 407 #define ROAST "Tic/Toc"
408 408
409 409
731 731
732 /* Functions in sound.c */ 732 /* Functions in sound.c */
733 extern void play_sound(int); 733 extern void play_sound(int);
734 734
735 735
736 /* Functions in plugins.c */
736 #ifdef GAIM_PLUGINS 737 #ifdef GAIM_PLUGINS
737 /* Functions in plugins.c */
738 extern void show_plugins(GtkWidget *, gpointer); 738 extern void show_plugins(GtkWidget *, gpointer);
739 extern void load_plugin (char *); 739 extern void load_plugin (char *);
740 extern void gaim_signal_connect(void *, enum gaim_event, void *, void *); 740 extern void gaim_signal_connect(void *, enum gaim_event, void *, void *);
741 extern void gaim_signal_disconnect(void *, enum gaim_event, void *); 741 extern void gaim_signal_disconnect(void *, enum gaim_event, void *);
742 extern void gaim_plugin_unload(void *); 742 extern void gaim_plugin_unload(void *);
743 #endif 743 #endif
744 extern void plugin_event(enum gaim_event, void *, void *, void *);
744 745
745 /* Functions in prefs.c */ 746 /* Functions in prefs.c */
746 extern void debug_print( char * chars ); 747 extern void debug_print( char * chars );
747 extern void set_general_option(GtkWidget *, int *); 748 extern void set_general_option(GtkWidget *, int *);
748 extern void set_option(GtkWidget *, int *); 749 extern void set_option(GtkWidget *, int *);