1 /*
2  * Copyright © 1988-2004 Keith Packard and Bart Massey.
3  * All Rights Reserved.  See the file COPYING in this directory
4  * for licensing information.
5  */
6 
7 typedef struct _reference *ReferencePtr;
8 
9 ReferencePtr	NewReference (void **object);
10