~ubuntu-branches/ubuntu/vivid/libmicrohttpd/vivid

« back to all changes in this revision

Viewing changes to src/examples/refuse_post_example.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-18 12:41:53 UTC
  • mfrom: (1.3.1 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090518124153-nfup3gwcwpt4soes
Tags: 0.4.2-1
MergingĀ upstreamĀ versionĀ 0.4.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
          const char *url,
40
40
          const char *method,
41
41
          const char *version,
42
 
          const char *upload_data, unsigned int *upload_data_size, void **ptr)
 
42
          const char *upload_data, size_t *upload_data_size, void **ptr)
43
43
{
44
44
  static int aptr;
45
45
  const char *me = cls;