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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/private/pprio.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:
269
269
 
270
270
#endif /* WIN32 */
271
271
 
272
 
/*
273
 
** Need external access to this on Mac so we can first set up our faux
274
 
** environment vars
275
 
*/
276
 
#ifdef XP_MAC
277
 
NSPR_API(void) PR_Init_Log(void);
278
 
#endif
279
 
 
280
 
 
281
272
PR_END_EXTERN_C
282
273
 
283
274
#endif /* pprio_h___ */