File: eggui.h

package info (click to toggle)
gcpegg 5.1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 564 kB
  • sloc: ansic: 6,857; makefile: 99; csh: 21
file content (29 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (8)
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
/* PROGRAM:     eggsh
 * FILE:        $Header: /home/egg/src/RCS/eggui.h,v 1.3 1999/01/02 00:01:40 ghn Exp $
 * PURPOSE:     EGG site user interface
 * AUTHOR:      Greg Nelson
 * DATE:        98-06-28
 *
 * REVISED:
 * $Log: eggui.h,v $
 * Revision 1.3  1999/01/02 00:01:40  ghn
 * Removed obsolete "collect.h" include.
 *
 * Revision 1.2  1998/12/31 22:11:05  ghn
 *  Rev 5 code: includes multi-reg support, HTML, etc.
 *
 * Revision 1.1  1998/07/21 11:40:13  ghn
 * Initial revision
 * 
 * Copyright 1998 - Greg Nelson
 */

/* Initialize user interface, as needed. */
extern int32 UIInit(void);

/* Close down user interface */
extern int32 UIClose(void);

/* Update user interface once on every data collection, receiving the
   current collection result and CollectRecord. */
extern int32 UIUpdate(int32 cres, CollectRecord *coll);