comparison src/gtkpounce.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents 92cbf9713795
children 370f9d7868f9
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTK_POUNCE_H_ 25 #ifndef _GAIM_GTKPOUNCE_H_
26 #define _GAIM_GTK_POUNCE_H_ 26 #define _GAIM_GTKPOUNCE_H_
27 27
28 #include "pounce.h" 28 #include "pounce.h"
29 29
30 /** 30 /**
31 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 31 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
47 /** 47 /**
48 * Initializes the GTK+ pounces subsystem. 48 * Initializes the GTK+ pounces subsystem.
49 */ 49 */
50 void gaim_gtk_pounces_init(void); 50 void gaim_gtk_pounces_init(void);
51 51
52 #endif /* _GAIM_GTK_POUNCE_H_ */ 52 #endif /* _GAIM_GTKPOUNCE_H_ */