File: xgui.h

package info (click to toggle)
dqs 3.1.8-9
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 8,908 kB
  • ctags: 9,887
  • sloc: ansic: 87,447; sh: 2,952; makefile: 442; yacc: 247; lex: 94; perl: 83; csh: 51; fortran: 24; awk: 16
file content (37 lines) | stat: -rw-r--r-- 840 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifndef __XGUI_H__

static char xgui_h_rcsid[]="xgui.h,v 1.1.1.1 1994/06/18 19:43:26 kerce Exp";

/*-----------------------------------------------------------------------------
 * Kingsley Kerce
 *
 * Copyright (c) 1994
 *
 * Supercomputer Computations Research Institute (SCRI)
 * Florida State University
 *
 * SCRI representatives make no claims about the suitability of this software
 * for any purpose.  It is provided "as is" without express or implied
 * warranty.
 *
 * xgui.h,v
 * Revision 1.1.1.1  1994/06/18  19:43:26  kerce
 * DQS X Distribution
 *
 *---------------------------------------------------------------------------*/

#define __XGUI_H__ 1

#include "proto.h"

void
InitializeGUI PROTO((int *argc, char *argv[]));

#endif /* __XGUI_H__ */


/* Set Emacs C-mode style.
   Local Variables:
   c-style: GNU
   End:
 */