|
|
| version 1.2, 2003/06/17 04:27:21 | version 1.3, 2003/11/14 03:54:32 |
|---|---|
| Line 24 | Line 24 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/release/picobsd/tinyware/view/view.c,v 1.4 1999/08/28 01:34:02 peter Exp $ | * $FreeBSD: src/release/picobsd/tinyware/view/view.c,v 1.4 1999/08/28 01:34:02 peter Exp $ |
| * $DragonFly: src/release/picobsd/tinyware/view/view.c,v 1.1 2003/06/16 05:07:37 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 48 extern char *optarg; | Line 48 extern char *optarg; |
| extern int optind; | extern int optind; |
| /* Prototypes */ | /* Prototypes */ |
| int kbd_action __P((int x, int y, char hotkey)); | int kbd_action (int x, int y, char hotkey); |
| struct action { | struct action { |
| int zoom; | int zoom; |