diff options
Diffstat (limited to 'src/fe-gtk/chanlist.h')
-rw-r--r-- | src/fe-gtk/chanlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fe-gtk/chanlist.h b/src/fe-gtk/chanlist.h index 123610b5..481beec3 100644 --- a/src/fe-gtk/chanlist.h +++ b/src/fe-gtk/chanlist.h @@ -17,4 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#ifndef HEXCHAT_CHANLIST_H +#define HEXCHAT_CHANLIST_H + void chanlist_opengui (server *serv, int do_refresh); + +#endif |