]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
afh: Use write_all rather than plain write().
[paraslash.git] / client.c
index c6fde49000b3e0844414c979bf6cc5541cff4eed..2242d40e3589fd7211eae249e04b53869c102fd7 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,13 +1,12 @@
 /*
- * Copyright (C) 1997-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file client.c the client program used to connect to para_server */
+/** \file client.c The client program used to connect to para_server. */
 
 #include <regex.h>
-#include <stdbool.h>
 #include <signal.h>
 
 #include "para.h"