new prototypes

This commit is contained in:
rsc 2005-02-10 16:08:16 +00:00
parent 74a6921069
commit ce2a378d46
4 changed files with 20 additions and 1 deletions

View file

@ -181,6 +181,7 @@ struct Srv {
Tree* tree;
void (*destroyfid)(Fid*);
void (*destroyreq)(Req*);
void (*start)(Srv*);
void (*end)(Srv*);
void* aux;