X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Fsearch.h;h=67501eb69a54a33121b14bb33818800bc72da305;hb=9d8cf7438740ac21033158d8ba039e40e1f3abc2;hp=35d0230d2d51cdc5ddcadd9a431267b904f068e4;hpb=4f8fc795dd4bae877bfef8ac1e8df062c023fca2;p=doldaconnect.git diff --git a/daemon/search.h b/daemon/search.h index 35d0230..67501eb 100644 --- a/daemon/search.h +++ b/daemon/search.h @@ -37,6 +37,7 @@ #define SOP_SIZEGT 9 #define SOP_SIZELT 10 #define SOP_SIZEEQ 11 +#define SOP_HASHIS 12 #define SRCH_WAIT 0 #define SRCH_RUN 1 @@ -64,6 +65,7 @@ struct sexpr } re; wchar_t *s; int n; + struct hash *hash; } d; };