summary refs log tree commit diff stats
path: root/src/common/inet.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 10:49:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 10:49:29 +0200
commit05b6e0b330f423d5b163c07fffb1183abe75c3fa (patch)
treed70f8ae17d7284bc2c7712849a85760ffe6bff02 /src/common/inet.h
parentdfd4828ad29b96d69c901b9f254de70594f88c60 (diff)
By default, use <config>/downloads for DCC file transfers when in portable mode
Diffstat (limited to 'src/common/inet.h')
0 files changed, 0 insertions, 0 deletions
d='n18' href='#n18'>18 19
20
21
22
23
24
25
26
27
28


















                                                                            


                             



                                                                 

      
/* 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_PLUGIN_TRAY_H
#define HEXCHAT_PLUGIN_TRAY_H

int tray_plugin_init (void *, char **, char **, char **, char *);
int tray_plugin_deinit (void *);
gboolean tray_toggle_visibility (gboolean force_hide);
void tray_apply_setup (void);

#endif