~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/imap.c

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
  return Curl_pp_getsock(&conn->proto.imapc.pp, socks, numsocks);
257
257
}
258
258
 
259
 
/* fucntion that checks for an imap status code at the start of the
 
259
/* function that checks for an imap status code at the start of the
260
260
   given string */
261
261
static int imap_endofresp(struct pingpong *pp, int *resp)
262
262
{