|
|
| version 1.2, 2003/06/17 04:27:08 | version 1.3, 2003/11/14 03:54:32 |
|---|---|
| Line 29 | Line 29 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/libexec/xtend/xtend.c,v 1.9 1999/08/28 00:10:31 peter Exp $ | * $FreeBSD: src/libexec/xtend/xtend.c,v 1.9 1999/08/28 00:10:31 peter Exp $ |
| * $DragonFly: src/libexec/xtend/xtend.c,v 1.1 2003/06/16 05:01:12 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 73 void onhup(); /* SIGHUP handler */ | Line 73 void onhup(); /* SIGHUP handler */ |
| void onterm(); /* SIGTERM handler */ | void onterm(); /* SIGTERM handler */ |
| void onpipe(); /* SIGPIPE handler */ | void onpipe(); /* SIGPIPE handler */ |
| void checkpoint_status __P((void)); | void checkpoint_status (void); |
| void initstatus __P((void)); | void initstatus (void); |
| void logpacket __P((unsigned char *)); | void logpacket (unsigned char *); |
| void processpacket __P((unsigned char *)); | void processpacket (unsigned char *); |
| int user_command __P((void)); | int user_command (void); |
| int | int |
| main(argc, argv) | main(argc, argv) |