~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/prenv.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:
145
145
*/
146
146
NSPR_API(PRStatus) PR_SetEnv(const char *string);
147
147
 
148
 
/*
149
 
** DEPRECATED.  Use PR_SetEnv() instead.
150
 
*/
151
 
#ifdef XP_MAC
152
 
NSPR_API(PRIntn) PR_PutEnv(const char *string);
153
 
#endif
154
 
 
155
148
PR_END_EXTERN_C
156
149
 
157
150
#endif /* prenv_h___ */