comparison src/gtklog.h @ 12674:00e1a81307b2

[gaim-migrate @ 15017] Patch from Jon Oberheide to gaim-devel: "Include guards are missing from gtklog.h" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 17:44:08 +0000
parents fc464a0abccc
children cb36bc2db7c5
comparison
equal deleted inserted replaced
12673:de93d4988ad4 12674:00e1a81307b2
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_GTKLOG_H_
26 #define _GAIM_GTKLOG_H_
25 27
26 #include "gtkgaim.h" 28 #include "gtkgaim.h"
27 #include "log.h" 29 #include "log.h"
28 30
29 #include "account.h" 31 #include "account.h"
51 53
52 void gaim_gtk_log_show(GaimLogType type, const char *screenname, GaimAccount *account); 54 void gaim_gtk_log_show(GaimLogType type, const char *screenname, GaimAccount *account);
53 void gaim_gtk_log_show_contact(GaimContact *contact); 55 void gaim_gtk_log_show_contact(GaimContact *contact);
54 56
55 void gaim_gtk_syslog_show(void); 57 void gaim_gtk_syslog_show(void);
58
59 #endif