X-Git-Url: http://www.average.org/gitweb/?p=psmb.git;a=blobdiff_plain;f=include%2Fpsmb.h;h=022d5b8cdfa1aaaf451e8be8a16a851f63fe7b98;hp=8925aea3bdce79cea17bce930eca1ee99a7a5a38;hb=a8e5ec1ed734952452dde1fba33cc7be206cb28b;hpb=51bcb5d87620cdf4908e827532ba9889e77cd8bd diff --git a/include/psmb.h b/include/psmb.h index 8925aea..022d5b8 100644 --- a/include/psmb.h +++ b/include/psmb.h @@ -5,7 +5,7 @@ #include typedef struct _psmb_ctx psmb_ctx_t; -typedef struct _psmb_result psmb_result_t; +typedef struct _psmb_result { int code; } psmb_result_t; psmb_ctx_t *psmb_new(void); psmb_ctx_t *psmb_new_mm(void *(*malloc)(size_t size),