1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05:00
irssi/src/core/masks.h
2019-05-01 22:22:22 +02:00

12 lines
386 B
C

#ifndef IRSSI_CORE_MASKS_H
#define IRSSI_CORE_MASKS_H
int mask_match(SERVER_REC *server, const char *mask,
const char *nick, const char *user, const char *host);
int mask_match_address(SERVER_REC *server, const char *mask,
const char *nick, const char *address);
int masks_match(SERVER_REC *server, const char *masks,
const char *nick, const char *address);
#endif