diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -425,3 +425,6 @@ typedef struct { | |||
| 425 | t_announcement *announcement(double after); | 425 | t_announcement *announcement(double after); |
| 426 | 426 | ||
| 427 | xs_str *make_url(const char *href, const char *proxy, int by_token); | 427 | xs_str *make_url(const char *href, const char *proxy, int by_token); |
| 428 | |||
| 429 | int badlogin_check(const char *user, const char *addr); | ||
| 430 | void badlogin_inc(const char *user, const char *addr); | ||