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

« back to all changes in this revision

Viewing changes to include/curl/curl.h

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
722
722
#define CURLPROTO_RTMPTE (1<<22)
723
723
#define CURLPROTO_RTMPS  (1<<23)
724
724
#define CURLPROTO_RTMPTS (1<<24)
 
725
#define CURLPROTO_GOPHER (1<<25)
725
726
#define CURLPROTO_ALL    (~0) /* enable everything */
726
727
 
727
728
/* long may be 32 or 64 bits, but we should never depend on anything else