File: types.h

package info (click to toggle)
xbill 2.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 700 kB
  • ctags: 553
  • sloc: ansic: 3,250; sh: 197; makefile: 125
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TYPES_H
#define TYPES_H

typedef struct Scorelist Scorelist;
typedef struct Picture Picture;
typedef struct MCursor MCursor;
typedef struct Cable Cable;
typedef struct Bill Bill;
typedef struct Computer Computer;

#endif