]> www.average.org Git - psmb.git/blobdiff - src/psmb_priv.h
fix types and options
[psmb.git] / src / psmb_priv.h
index 517f0cf67ece3853dcee9bd24b0a9d3478cfb29f..5e3c2adb596dc5c8fc223ecedf6630fa2e47c4f8 100644 (file)
@@ -38,10 +38,6 @@ struct _psmb_ctx {
        struct _msg incoming;
 };
 
-struct _psmb_result {
-       int code;
-};
-
 #define LOG(ctx, ...) (*ctx->logf)(ctx->log_priv, __VA_ARGS__)
 
 #endif