~eday/libburrow/libburrow

« back to all changes in this revision

Viewing changes to libburrow/backends/http/user_buffer.c

  • Committer: Tony Wooster
  • Date: 2011-08-08 02:56:54 UTC
  • Revision ID: git-v1:5bf3b49c6f1525e094eae3660b3e81fee01c0e4e
Closed comment in user_buffer, changed header order in memory.c, added dictionary.c to makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * seems to be needed to deal with libcurl.  At least, I haven't found a
22
22
 * better way of dealing with it.
23
23
 *
24
 
 
 
24
 */
25
25
#include <sys/types.h>
26
26
#include <stdint.h>
27
27
#include <stdlib.h>