comparison src/gtkconv.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 4d05b6e9e9cd
children 78022bad9367
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 25 #ifndef _GAIM_GTKCONVERSATION_H_
26 #ifndef _GAIM_GTK_CONVERSATION_H_ 26 #define _GAIM_GTKCONVERSATION_H_
27 #define _GAIM_GTK_CONVERSATION_H_
28 27
29 #include "conversation.h" 28 #include "conversation.h"
30 29
31 #include "gtkinternal.h" 30 #include "gtkinternal.h"
32 31
314 */ 313 */
315 void gaim_gtk_conversations_uninit(void); 314 void gaim_gtk_conversations_uninit(void);
316 315
317 /*@}*/ 316 /*@}*/
318 317
319 #endif /* _GAIM_GTK_CONVERSATION_H_ */ 318 #endif /* _GAIM_GTKCONVERSATION_H_ */