Updated documentation
This commit is contained in:
@@ -73,6 +73,8 @@ typedef enum {
|
|||||||
/* A file where the total length is unknown (i.e. a pipe) */
|
/* A file where the total length is unknown (i.e. a pipe) */
|
||||||
BUFFER,
|
BUFFER,
|
||||||
/* A buffer stored in memory. free() will be called on said buffer. */
|
/* A buffer stored in memory. free() will be called on said buffer. */
|
||||||
|
BUFFER_NOFREE,
|
||||||
|
/* Same as BUFFER but free() won't be called */
|
||||||
DEFAULT
|
DEFAULT
|
||||||
/* The default response for the response code */
|
/* The default response for the response code */
|
||||||
} ResponseType;
|
} ResponseType;
|
||||||
|
|||||||
Reference in New Issue
Block a user