]> andersk Git - splint.git/blame - test/db3/ereftab.lh
Renaming - LCLint => Splint
[splint.git] / test / db3 / ereftab.lh
CommitLineData
11db3170 1/* Output from Splint 3.0.0.20 */
885824d3 2
3# include "bool.h"
4# include "employee.h"
5# include "eref.h"
6
7
8extern /*@only@*/ ereftab ereftab_create (void);
9extern void ereftab_insert (ereftab /* t */, employee /* e */, eref /* er */);
10extern bool ereftab_delete (ereftab /* t */, eref /* er */);
11extern eref ereftab_lookup (employee /* e */, ereftab /* t */);
12extern void ereftab_initMod (void);
This page took 0.063691 seconds and 5 git commands to generate.