]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_win32/daemon_win32.h
Imported Upstream version 6.4+svn4214
[mirror_smartmontools-debian.git] / os_win32 / daemon_win32.h
index 60b72a3b075a389353556e356abf87f957367eee..e87d0025dc46d68d637826200f33df6f90f7f167 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * os_win32/daemon_win32.h
  *
- * Home page of code is: http://smartmontools.sourceforge.net
+ * Home page of code is: http://www.smartmontools.org
  *
- * Copyright (C) 2004-6 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.6 2006/04/12 14:54:28 ballen4705 Exp $\n"
+#define DAEMON_WIN32_H_CVSID "$Id: daemon_win32.h 4120 2015-08-27 16:12:21Z samm2 $"
 
 #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,