comparison mcabber/src/commands.c @ 1381:40095d413da9

Fix compilation on OpenBSD This patch fixes compilation on some BSD systems. Thanks to "undet" for the suggestion regarding DATA_DIR.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Dec 2007 10:36:42 +0100
parents 74b7621537d7
children 3067c096cfc4
comparison
equal deleted inserted replaced
1380:605f9e1f9f76 1381:40095d413da9
3425 } 3425 }
3426 3426
3427 static void do_disconnect(char *arg) 3427 static void do_disconnect(char *arg)
3428 { 3428 {
3429 jb_disconnect(); 3429 jb_disconnect();
3430 AutoConnection = false; 3430 AutoConnection = FALSE;
3431 } 3431 }
3432 3432
3433 static void do_help(char *arg) 3433 static void do_help(char *arg)
3434 { 3434 {
3435 help_process(arg); 3435 help_process(arg);