~jackweirdy/vidalia/680192

« back to all changes in this revision

Viewing changes to src/miniupnpc/upnperrors.h

  • Committer: Package Import Robot
  • Author(s): Ulises Vitulli, intrigeri, Ulises Vitulli
  • Date: 2012-06-22 07:18:44 UTC
  • mfrom: (1.4.8) (8.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120622071844-s278v0p646pqt949
Tags: 0.2.19-1
[ intrigeri ]
* Imported Upstream version 0.2.19
* Install AppArmor profile.
* Enable hardening flags.

[ Ulises Vitulli ]
* Added runtime dependency on apparmor.
* Updated d/NEWS and d/README.Debian to reflect new features.
* Move dirs from d/rules to d/vidalia.dir.
* Updated Standard-version to 3.9.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#endif
16
16
 
17
17
/* strupnperror()
18
 
 * Return a string description of the UPnP error code 
 
18
 * Return a string description of the UPnP error code
19
19
 * or NULL for undefinded errors */
20
20
LIBSPEC const char * strupnperror(int err);
21
21