mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
8 lines
243 B
C
8 lines
243 B
C
#ifndef __SERVAL_DNA__MESHMB_H
|
|
#define __SERVAL_DNA__MESHMB_H
|
|
|
|
int meshmb_send(const keyring_identity *id, const char *message, size_t message_len,
|
|
unsigned nassignments, const struct rhizome_manifest_field_assignment *assignments);
|
|
|
|
#endif
|