summaryrefslogtreecommitdiff
path: root/other/Kermit/include/name2add.h
blob: ad10c88471ef2acf6c703dd7cbf43c3e3a447c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * name2add.h:
 * written by palmers / teso
 */
#ifndef __NAME2ADD
#define __NAME2ADD

typedef struct
{
  char *name;
  unsigned int add;
} __name2add;

extern __name2add __n2a[];

#endif /* __NAME2ADD*/