CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/gc.h
Go to the documentation of this file.
1/*
2 * GC related externs
3 *
4 *
5 * Copyright 1988 by Evans & Sutherland Computer Corporation,
6 * Salt Lake City, Utah
7 * Portions Copyright 1989 by the Massachusetts Institute of Technology
8 * Cambridge, Massachusetts
9 *
10 * $XConsortium: gc.h,v 1.5 89/10/27 14:01:17 jim Exp $
11 *
12 * 8-Apr-88 Tom LaStrange Initial Version.
13 */
14
15#ifndef _CTWM_GC_H
16#define _CTWM_GC_H
17
18void CreateGCs(void);
19
20#endif /* _CTWM_GC_H */
void CreateGCs(void)
Definition gc.c:43