Moved chunk_t to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:50 +02:00
parent 05e448c5cc
commit 125b37af6d
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ typedef struct fetcher_t fetcher_t;
typedef enum fetcher_option_t fetcher_option_t;
#include <stdarg.h>
#include <chunk.h>
#include <utils/chunk.h>
/**
* Constructor function which creates fetcher instances.