X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=os_win32%2Fdaemon_win32.h;h=2d9c1c5baf8725dbe353f689ea8c55f9183987f8;hb=ee38a438aafef7a04b7df628ca5ad38810a1d63e;hp=cb20d84018fb98b4eb2eda77c93abad64d81fc89;hpb=f4e463df436b0b3c97efe7e53c81b663e4241180;p=mirror_smartmontools-debian.git diff --git a/os_win32/daemon_win32.h b/os_win32/daemon_win32.h index cb20d84..2d9c1c5 100644 --- a/os_win32/daemon_win32.h +++ b/os_win32/daemon_win32.h @@ -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.7 2008/03/04 22:09:48 ballen4705 Exp $\n" +#define DAEMON_WIN32_H_CVSID "$Id: daemon_win32.h 3584 2012-08-05 17:05:32Z chrfranke $" #include @@ -60,9 +59,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, const char * inpbuf, int inpsize,