Various minor cleanups.
[tripe] / common / util.h
index a54910f..aaef36f 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: util.h,v 1.3 2004/04/08 01:36:17 mdw Exp $
- *
  * Utilities for the client and the server
  *
  * (c) 2001 Straylight/Edgeware
 
 extern void u_quotify(dstr */*d*/, const char */*p*/);
 
-/* --- @u_detach@ --- *
- *
- * Arguments:  ---
- *
- * Returns:    ---
- *
- * Use:                Detaches from the current terminal and ensures it can never
- *             acquire a new one.  Calls @fork@.
- */
-
-extern void u_detach(void);
-
-/* --- @u_daemon@ --- *
- *
- * Arguments:  ---
- *
- * Returns:    Zero if OK, nonzero on failure.
- *
- * Use:                Becomes a daemon.
- */
-
-extern int u_daemon(void);
-
 /*----- That's all, folks -------------------------------------------------*/
 
 #ifdef __cplusplus