commit | ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Feb 10 16:08:16 2005 +0000 |
committer | rsc <devnull@localhost> | Thu Feb 10 16:08:16 2005 +0000 |
tree | ea6720efcec86fa746ecbcb11f1461bbb4f4726e | |
parent | 74a69210695acc71f865a811865fb528b68343f3 [diff] [blame] |
new prototypes
diff --git a/include/9p.h b/include/9p.h index 66c7758..00d2fe0 100644 --- a/include/9p.h +++ b/include/9p.h
@@ -181,6 +181,7 @@ Tree* tree; void (*destroyfid)(Fid*); void (*destroyreq)(Req*); + void (*start)(Srv*); void (*end)(Srv*); void* aux;