On Wed, Jun 24, 2015 at 10:55:05AM +0200, Jakub Hrozek wrote:
+errno_t +sysdb_set_last_online_auth_with_curr_token(struct sss_domain_info *domain,
const char *username,
uint64_t value);
Since set_last_login() sets the attribute directly, can we make this function static?
btw if you'd like to keep the function tested, then moving the declaration to sysdb_private.h would work as well I guess.