]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui_common.c
Fix tv_divide().
[paraslash.git] / gui_common.c
index 6ca226e6e0d468e953f3e1aac6cab52364f94ffb..607a88e81c62e80c880bd54258a0f3084c9dc1d8 100644 (file)
@@ -1,9 +1,19 @@
+/*
+ * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file gui_common.c Functions used by the guis of paraslash. */
+
+
+#include <sys/types.h>
+#include <dirent.h>
+
 #include "para.h"
 #include "string.h"
 #include "fd.h"
 
-extern const char *status_item_list[NUM_STAT_ITEMS];
-
 int para_open_audiod_pipe(char *cmd)
 {
        int fds[3] = {0, 1, 0};