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

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/acctpolicy/acctpolicy.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:
74
74
void set_identity(void*);
75
75
time_t gentimeToEpochtime( char *gentimestr );
76
76
char* epochtimeToGentime( time_t epochtime ); 
 
77
int update_is_allowed_attr (const char *attr);
77
78
 
78
79
/* acct_config.c */
79
80
int acct_policy_load_config_startup( Slapi_PBlock* pb, void* plugin_id );