File: map.h

package info (click to toggle)
inn2 2.4.5-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,912 kB
  • ctags: 7,860
  • sloc: ansic: 85,104; perl: 11,427; sh: 9,863; makefile: 2,498; yacc: 1,563; python: 298; lex: 252; tcl: 7
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
/*  $Id: map.h 5292 2002-03-10 08:59:54Z vinocur $
**
*/

void  MAPfree(void);                    /* free the map */
void  MAPread(const char *name);        /* read the map file */
char *MAPname(char *p);                 /* lookup in the map */