(empfile[]) Add table of tables to empfile[].
This commit is contained in:
parent
c4c46190bf
commit
29d21997b9
4 changed files with 13 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue