~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to include/apr_optional_hooks.h

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-11-24 14:21:14 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131124142114-uw10gvpf90yw4l9n
Tags: 1.5.3-1
* New upstream version.
* When querying the berkley db version, strip the epoch from the
  version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 * @{
34
34
 */
35
35
/**
36
 
 * Function to implemnt the APR_OPTIONAL_HOOK Macro
 
36
 * Function to implement the APR_OPTIONAL_HOOK Macro
37
37
 * @internal
38
38
 * @see APR_OPTIONAL_HOOK
39
39
 *
40
 
 * @param name The name of the hook
 
40
 * @param szName The name of the hook
41
41
 * @param pfn A pointer to a function that will be called
42
42
 * @param aszPre a NULL-terminated array of strings that name modules whose hooks should precede this one
43
43
 * @param aszSucc a NULL-terminated array of strings that name modules whose hooks should succeed this one