summary refs log tree commit diff stats
path: root/src/gtk2-prefs/callbacks.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-17 20:45:51 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-17 20:45:51 +0200
commit0cf80ecb321f493e3e35d544a970def9dab4f96a (patch)
tree3c5d0ace6d2d667fe98fb8c144ecb3a307ed7ff4 /src/gtk2-prefs/callbacks.h
parent8ef97f24e03ac8a4c6aaeac940a7ec0f65a1332b (diff)
For private messages, use message icon instead of hightlight icon
Diffstat (limited to 'src/gtk2-prefs/callbacks.h')
0 files changed, 0 insertions, 0 deletions


                             
                                                                      

      
/* HexChat
 * Copyright (C) 1998-2010 Peter Zelezny.
 * Copyright (C) 2009-2013 Berke Viktor.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifndef HEXCHAT_SERVLISTGUI_H
#define HEXCHAT_SERVLISTGUI_H

void servlist_autojoinedit (ircnet *net, char *channel, gboolean add);

#endif