comparison src/gtkimhtmltoolbar.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 2e18099ded93
children 8e6329b8dcc1
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 #ifndef _GAIM_GTKIMHTMLTOOLBAR_H_
24 #define _GAIM_GTKIMHTMLTOOLBAR_H_
23 25
24 #include <gtk/gtkvbox.h> 26 #include <gtk/gtkvbox.h>
25 #include "gtkimhtml.h" 27 #include "gtkimhtml.h"
26 #ifndef __GTK_IMHTMLTOOLBAR_H
27 #define __GTK_IMHTMLTOOLBAR_H
28 28
29 #ifdef __cplusplus 29 #ifdef __cplusplus
30 extern "C" { 30 extern "C" {
31 #endif 31 #endif
32 32
87 87
88 #ifdef __cplusplus 88 #ifdef __cplusplus
89 } 89 }
90 #endif 90 #endif
91 91
92 #endif 92 #endif /* _GAIM_GTKIMHTMLTOOLBAR_H_ */