summaryrefslogtreecommitdiffstats
path: root/src/plugins/last-login/last-login-plugin.h
blob: 481a148942ebe0f291e568e4ee3bd03de0c298a4 (plain)
1
2
3
4
5
6
7
#ifndef LAST_LOGIN_PLUGIN_H
#define LAST_LOGIN_PLUGIN_H

void last_login_plugin_init(struct module *module);
void last_login_plugin_deinit(void);

#endif