~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/replication/cl5.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-08-30 00:31:55 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20130830003155-oimuzdqopkvp2cd0
Tags: 1.3.1.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
/* frees the content and the config structure */
74
74
void changelog5_config_free (changelog5Config **config);
75
75
 
 
76
#define MAX_TRIALS                      50                              /* number of retries on db operations */
 
77
 
76
78
#endif