X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=9f17ddf3d822ec32d708a5523ec62eee69d892ea;hb=38d77b3cbee831144dcfdb2b79c93bc6d494f7fe;hp=a710f5c8a63d93eafbec883b8807c7a14984ed5a;hpb=66530aabab4bcb5103148f5f3787cdb419b79c90;p=umurmur.git diff --git a/src/client.h b/src/client.h index a710f5c..9f17ddf 100644 --- a/src/client.h +++ b/src/client.h @@ -59,7 +59,7 @@ #define IS_AUTH(_a_) ((_a_)->authenticated) -typedef struct { +typedef struct { /* You can add new lines to this struct, any reordering of some of the lines will break the sharedmemory API */ int tcpfd; SSL_handle_t *ssl; bool_t SSLready;