--- embedaddon/smartmontools/os_win32/daemon_win32.h 2012/02/21 16:32:16 1.1.1.1 +++ embedaddon/smartmontools/os_win32/daemon_win32.h 2013/07/22 01:17:36 1.1.1.2 @@ -3,7 +3,7 @@ * * Home page of code is: http://smartmontools.sourceforge.net * - * Copyright (C) 2004-8 Christian Franke + * Copyright (C) 2004-12 Christian Franke * * 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 @@ -11,15 +11,14 @@ * any later version. * * You should have received a copy of the GNU General Public License - * (for example COPYING); if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * (for example COPYING); If not, see . * */ #ifndef DAEMON_WIN32_H #define DAEMON_WIN32_H -#define DAEMON_WIN32_H_CVSID "$Id: daemon_win32.h,v 1.1.1.1 2012/02/21 16:32:16 misho Exp $\n" +#define DAEMON_WIN32_H_CVSID "$Id: daemon_win32.h,v 1.1.1.2 2013/07/22 01:17:36 misho Exp $" #include @@ -59,9 +58,6 @@ int daemon_enable_console(const char * title); // Detach from console int daemon_detach(const char * ident); - -// Display a message box -int daemon_messagebox(int system, const char * title, const char * text); // Spawn a process and redirect stdio int daemon_spawn(const char * cmd,