summaryrefslogtreecommitdiff
path: root/src/downserver/downServer.c
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-11-04 15:58:25 +0100
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-11-04 15:58:25 +0100
commit74693f80cd8188303b3e164f478988133aef4c84 (patch)
tree9ea8732e0004b5018736d284c2236b773122791c /src/downserver/downServer.c
parente5373f92249cc2b8d2c8357ed514dcd26dc43969 (diff)
Remove downserver directory. Not needed anymore.
Diffstat (limited to 'src/downserver/downServer.c')
-rw-r--r--src/downserver/downServer.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/downserver/downServer.c b/src/downserver/downServer.c
deleted file mode 100644
index 7711f52..0000000
--- a/src/downserver/downServer.c
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include <sys/types.h>
-
-#include <unistd.h>
-#include <fcntl.h>
-#include <signal.h>
-#include <sys/time.h>
-#include <sys/stat.h>
-
-#include "list.h"
-#include "tcp.h"
-#include "buffer.h"
-#include "textFile.h"
-
-int isFillPath(const char *path)
-{
- return 0;
-}
-
-int main()
-{
- return 0;
-}