X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fsearch.h;h=990391e0c5d41a0f309b074280d610e68fa911e1;hb=989e31f21328944fed3f46d25ecae329df87bc21;hp=35d0230d2d51cdc5ddcadd9a431267b904f068e4;hpb=1c7f7555eb2dcf2b2b600a12cff1c02de689f0c1;p=doldaconnect.git diff --git a/daemon/search.h b/daemon/search.h index 35d0230..990391e 100644 --- a/daemon/search.h +++ b/daemon/search.h @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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; };