summaryrefslogtreecommitdiff
path: root/upb/encode.h
blob: 83908d457af993c985d940dd24b0559925409128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
** upb_encode: parsing into a upb_msg using a upb_msglayout.
*/

#ifndef UPB_ENCODE_H_
#define UPB_ENCODE_H_

#include "upb/msg.h"

UPB_BEGIN_EXTERN_C

char *upb_encode(const void *msg, const upb_msglayout_msginit_v1 *l,
                 upb_env *env, size_t *size);

UPB_END_EXTERN_C

#endif  /* UPB_ENCODE_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback