view src/lib-dict/dict-sql.h @ 22652:09523ad05bef

director: Log whenever HOST-RESET-USERS is used
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Nov 2017 22:53:23 +0200
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef DICT_SQL_H
#define DICT_SQL_H

void dict_sql_register(void);
void dict_sql_unregister(void);

#endif