|
|
1.1 root 1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2:
3: /*
4: $Header: b3ext.h,v 1.4 85/08/22 16:43:52 timo Exp $
5: */
6:
7: #define MAXEARGS 10
8:
9: typedef struct ext {
10: string e_name;
11: string e_args[MAXEARGS];
12: int (*e_exec)(); /* should be void, but portability... */
13: } ext;
14:
15: extern ext extensions[];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.