Put method added.
FossilOrigin-Name: 219a26f64ffba7f2484aa60229c549161ba03464f6e5b67a336ad42826601f18
This commit is contained in:
		@ -58,6 +58,9 @@ struct mbag_typedef{
 | 
				
			|||||||
	/** Cereate an item of this type from a string, which was previously
 | 
						/** Cereate an item of this type from a string, which was previously
 | 
				
			||||||
	    created by the #del function. */
 | 
						    created by the #del function. */
 | 
				
			||||||
	struct mbag_item * (*from_str)(const char *src);
 | 
						struct mbag_item * (*from_str)(const char *src);
 | 
				
			||||||
 | 
						/** A method to put this object to a buffer */
 | 
				
			||||||
 | 
						int (*put)(void *,uint8_t*dst);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** The type for an mbag typedef */
 | 
					/** The type for an mbag typedef */
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user