(empfile[]) Add table of tables to empfile[].

This commit is contained in:
Ron Koenderink 2005-10-22 12:38:58 +00:00
parent c4c46190bf
commit 29d21997b9
4 changed files with 13 additions and 0 deletions

View file

@ -135,6 +135,9 @@ struct empfile empfile[] = {
{"product", NULL, EFF_MEM,
0, sizeof(pchr[0]), NULL, NULL, NULL,
-1, -1, 0, 0, (char *)pchr, 0, pchr_ca},
{"table", NULL, EFF_MEM,
0, sizeof(empfile[0]), NULL, NULL, NULL,
-1, -1, 0, 0, (char *)empfile, 0, empfile_ca},
/* Sentinel */
{NULL, NULL, 0,