diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-03-12 00:27:55 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-03-12 00:27:55 (GMT) |
commit | 77b250bfb63a28a8fe8a8da67de7354bce6e61ff (patch) | |
tree | e28f72c18305016c19c608f5fce4432529e7673d /map.h | |
parent | 5dfb1906b299bf7c8a1ee3ba5cd1c9ea40648d89 (diff) | |
download | powwow-77b250bfb63a28a8fe8a8da67de7354bce6e61ff.zip powwow-77b250bfb63a28a8fe8a8da67de7354bce6e61ff.tar.gz powwow-77b250bfb63a28a8fe8a8da67de7354bce6e61ff.tar.bz2 |
Initial revisionv1.2.7
Diffstat (limited to 'map.h')
-rw-r--r-- | map.h | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +/* public things from map.c */ + +#ifndef _MAP_H_ +#define _MAP_H_ + +void map_bootstrap __P ((void)); + +void map_retrace __P ((int steps, int walk_back)); +void map_show __P ((void)); +void map_sprintf __P ((char *buf)); +void map_add_dir __P ((char dir)); +int map_walk __P ((char *word, int silent, int maponly)); + +#endif /* _MAP_H_ */ + |