~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/thruput.c

  • 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:
54
54
#include "prnetdb.h"
55
55
#include "prprf.h"
56
56
#include "prthread.h"
57
 
 
58
57
#include "pprio.h"
59
 
 
60
58
#include "plerror.h"
61
59
#include "plgetopt.h"
62
60
 
320
318
    PR_fprintf(err, "\t\tthe server and not act as a client.\n");
321
319
}  /* Help */
322
320
 
323
 
PRIntn main(PRIntn argc, char **argv)
 
321
int main(int argc, char **argv)
324
322
{
325
323
    PLOptStatus os;
326
324
    const char *server_name = NULL;