~ubuntu-branches/ubuntu/quantal/xbill/quantal

« back to all changes in this revision

Viewing changes to types.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2004-09-07 09:52:14 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040907095214-d0m46ojc8f7upuqm
Tags: 2.1-4
maintainer upload of NMU - many thanks Tollef (closes: #268885) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TYPES_H
 
2
#define TYPES_H
 
3
 
 
4
typedef struct Scorelist Scorelist;
 
5
typedef struct Picture Picture;
 
6
typedef struct MCursor MCursor;
 
7
typedef struct Cable Cable;
 
8
typedef struct Bill Bill;
 
9
typedef struct Computer Computer;
 
10
 
 
11
#endif