aboutsummaryrefslogtreecommitdiff
path: root/src/multipart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multipart.h')
-rw-r--r--src/multipart.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/multipart.h b/src/multipart.h
deleted file mode 100644
index 47cfefe..0000000
--- a/src/multipart.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MAGI_INCLUDED_MULTIPART
-#define MAGI_INCLUDED_MULTIPART
-
-#include "request.h"
-
-
-void magi_multipart(struct magi_request * request,
- char * boundary,
- int (*next)(void * userdata),
- void * next_userdata);
-
-
-#endif