diff options
Diffstat (limited to 'include/fcall.h')
-rw-r--r-- | include/fcall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fcall.h b/include/fcall.h index dc46cb57..58323b6b 100644 --- a/include/fcall.h +++ b/include/fcall.h @@ -44,6 +44,7 @@ struct Fcall /* 9P2000.u extensions */ int errornum; /* Rerror */ + char *extension; /* Tcreate */ } Fcall; |