File: about.h

package info (click to toggle)
jazip 0.34-12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 476 kB
  • ctags: 153
  • sloc: ansic: 2,632; perl: 343; makefile: 90; sh: 32
file content (28 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (7)
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
/*
 * jaZip for Linux  (c) 1996  Jarrod A. Smith
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation for any purpose is hereby granted without fee, provided that
 * the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation.  No representations are made about the suitability of this
 * software for any purpose.  It is provided "as is" without express or 
 * implied warranty.
 */

#ifndef FD_about_h_
#define FD_about_h_
/* Header file generated with fdesign. */

/**** Forms and Objects ****/

typedef struct {
	FL_FORM *about;
	FL_OBJECT *dismiss;
	void *vdata;
	long ldata;
} FD_about;

extern FD_about * create_form_about(void);

#endif /* FD_about_h_ */