File: map.h

package info (click to toggle)
inn2 2.5.2-2~squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,072 kB
  • ctags: 8,521
  • sloc: ansic: 91,418; sh: 13,249; perl: 12,311; makefile: 2,928; yacc: 868; python: 342; lex: 266
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 */