Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / map.h
1 /*
2  * map.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_map_h
7 #define INCLUDED_map_h
8
9 struct Client;
10
11 /*
12  * Prototypes
13  */
14
15 void dump_map(struct Client *cptr, struct Client *server, char *mask, int prompt_length);
16
17 #endif /* INCLUDED_map_h */