summaryrefslogtreecommitdiff
path: root/src/core/masks.h
blob: b6ce20d8694caaacece050f1e6887fe7d04679b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __MASKS_H
#define __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