Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / map.h
index 5d539d787ced3c9a64dcac81cd9777f38c35c379..3b039f2ae47cf8cb7dda313e49acacc261489214 100644 (file)
@@ -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 */