]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_win32/daemon_win32.h
Imported Upstream version 6.1+svn3812
[mirror_smartmontools-debian.git] / os_win32 / daemon_win32.h
index cb20d84018fb98b4eb2eda77c93abad64d81fc89..2d9c1c5baf8725dbe353f689ea8c55f9183987f8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Home page of code is: http://smartmontools.sourceforge.net
  *
- * Copyright (C) 2004-8 Christian Franke <smartmontools-support@lists.sourceforge.net>
+ * Copyright (C) 2004-12 Christian Franke <smartmontools-support@lists.sourceforge.net>
  *
  * 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
  * 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 <http://www.gnu.org/licenses/>.
  *
  */
 
 #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 <signal.h>
 
@@ -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,