X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fsearch.h;fp=daemon%2Fsearch.h;h=35d0230d2d51cdc5ddcadd9a431267b904f068e4;hb=1c7f7555eb2dcf2b2b600a12cff1c02de689f0c1;hp=dff4c8090be63f31db8789adf7a983cad836d63f;hpb=7dd2a79b286da4ed71647be790255c3ceb812272;p=doldaconnect.git diff --git a/daemon/search.h b/daemon/search.h index dff4c80..35d0230 100644 --- a/daemon/search.h +++ b/daemon/search.h @@ -19,6 +19,7 @@ #ifndef _SEARCH_H #define _SEARCH_H +#include "client.h" #include "filenet.h" #include "sysevents.h" #include @@ -105,6 +106,7 @@ struct srchres int slots; struct fnetnode *fn; double time; + struct hash *hash; }; wchar_t *regexunquotesimple(wchar_t *re);