~ubuntu-branches/ubuntu/vivid/libidn/vivid

« back to all changes in this revision

Viewing changes to doc/texi/version.c.texi

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson, Simon Josefsson
  • Date: 2009-06-08 11:59:06 UTC
  • mfrom: (1.2.12 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090608115906-6k6b5vy645zv0r77
Tags: 1.15-1
[ Simon Josefsson ]
* Let install-info decide where to put libidn.info.
* New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
@deftypefun {const char *} {stringprep_check_version} (const char * @var{req_version})
4
4
@var{req_version}: Required version number, or NULL.
5
5
 
6
 
Check that the the version of the library is at minimum the requested one
 
6
Check that the version of the library is at minimum the requested one
7
7
and return the version string; return NULL if the condition is not
8
8
satisfied.  If a NULL is passed to this function, no check is done,
9
9
but the version string is simply returned.