Work on updating aps via sql

FossilOrigin-Name: 4b4d4dfa95b0aa4185bb4485f92d5ff3bbc7e4f99fffce654984b92ce55766d2
This commit is contained in:
7u83@mail.ru
2016-04-04 05:28:50 +00:00
parent 9348502fe5
commit addc4557c4
11 changed files with 71 additions and 12 deletions

View File

@ -62,7 +62,9 @@ struct mbag_typedef{
struct mbag_item * (*get)(const uint8_t*src, int len);
/** A method to put this object to a buffer */
int (*put)(void *,uint8_t*dst);
int (*put)(struct mbag_item *i,uint8_t*dst);
int (*def)(void *, void *);
};