]> jfr.im git - irc/freenode/syn.git/blame - syn_hooktypes.h
add licence info
[irc/freenode/syn.git] / syn_hooktypes.h
CommitLineData
6e89586c
SB
1#ifndef syn_hooktypes_h
2#define syn_hooktypes_h
3
4typedef struct {
5 sourceinfo_t *si;
6 user_t *user;
7 const char *oldvhost;
8} hook_incoming_host_change_t;
9
10#endif