|
|
| version 1.2, 2003/06/17 04:36:58 | version 1.3, 2003/11/14 03:54:32 |
|---|---|
| Line 1 | Line 1 |
| /* $FreeBSD: src/share/examples/ses/srcs/getencstat.c,v 1.1 2000/02/29 05:44:17 mjacob Exp $ */ | /* $FreeBSD: src/share/examples/ses/srcs/getencstat.c,v 1.1 2000/02/29 05:44:17 mjacob Exp $ */ |
| /* $DragonFly: src/share/examples/ses/srcs/getencstat.c,v 1.1 2003/06/16 05:29:15 dillon Exp $ */ | /* $DragonFly$ */ |
| /* | /* |
| * Copyright (c) 2000 by Matthew Jacob | * Copyright (c) 2000 by Matthew Jacob |
| * All rights reserved. | * All rights reserved. |
| Line 40 | Line 40 |
| #include <fcntl.h> | #include <fcntl.h> |
| #include SESINC | #include SESINC |
| extern char *geteltnm __P((int)); | extern char *geteltnm (int); |
| extern char *stat2ascii __P((int, u_char *)); | extern char *stat2ascii (int, u_char *); |
| int | int |
| main(a, v) | main(a, v) |