X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fmap.h;h=3b039f2ae47cf8cb7dda313e49acacc261489214;hb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;hp=5d539d787ced3c9a64dcac81cd9777f38c35c379;hpb=eeff5dd006459c6c56f025f13852fdafb2961339;p=ircu2.10.12-pk.git diff --git a/include/map.h b/include/map.h index 5d539d7..3b039f2 100644 --- a/include/map.h +++ b/include/map.h @@ -1,10 +1,17 @@ -#ifndef MAP_H -#define MAP_H +/* + * map.h + * + * $Id$ + */ +#ifndef INCLUDED_map_h +#define INCLUDED_map_h + +struct Client; -/*============================================================================= - * Proto types +/* + * Prototypes */ -extern int m_map(aClient *cptr, aClient *sptr, int parc, char *parv[]); +void dump_map(struct Client *cptr, struct Client *server, char *mask, int prompt_length); -#endif /* MAP_H */ +#endif /* INCLUDED_map_h */