~ubuntu-branches/ubuntu/precise/nspr/precise-proposed

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/prio.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1265
1265
 *       Specifies the address of the socket in its own communication
1266
1266
 *       space.
1267
1267
 *     PRIntervalTime timeout
1268
 
 *       Time limit for completion of the connect operation.
 
1268
 *       The function uses the lesser of the provided timeout and
 
1269
 *       the OS's connect timeout.  In particular, if you specify
 
1270
 *       PR_INTERVAL_NO_TIMEOUT as the timeout, the OS's connection
 
1271
 *       time limit will be used.
 
1272
 *
1269
1273
 * OUTPUTS:
1270
1274
 *     None
1271
1275
 * RETURN: PRStatus