]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - grab_client.c
Make rc4 encryption/decryption more explicit.
[paraslash.git] / grab_client.c
index 77d3616d2c2e41b3caf32f5fea13d54cf778642b..ccfdb0c8e129ffea3aafa15ca8d6cbdb9933e53e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 #include "grab_client.cmdline.h"
 #include "list.h"
 #include "sched.h"
+#include "ggo.h"
 #include "filter.h"
 #include "grab_client.h"
 #include "audiod.h"
 #include "error.h"
 #include "string.h"
 #include "fd.h"
-#include "crypt.h"
 
 /** Grab clients that are not yet attached to a filter node. */
 struct list_head inactive_grab_client_list;