X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=9f17ddf3d822ec32d708a5523ec62eee69d892ea;hb=a738ff892738e239ad74f5aa686108298efa7cea;hp=a710f5c8a63d93eafbec883b8807c7a14984ed5a;hpb=2311400db89f8dd24cfc57d6f72328f539a9ce8d;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;