mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-07 19:14:17 +00:00
Make rhizome_manifest_pack_variables() static
This commit is contained in:
parent
8a1ce7f373
commit
273c5f2689
@ -468,7 +468,6 @@ void _rhizome_manifest_free(struct __sourceloc __whence, rhizome_manifest *m);
|
||||
rhizome_manifest *_rhizome_new_manifest(struct __sourceloc __whence);
|
||||
#define rhizome_new_manifest() _rhizome_new_manifest(__WHENCE__)
|
||||
|
||||
int rhizome_manifest_pack_variables(rhizome_manifest *m);
|
||||
int rhizome_store_bundle(rhizome_manifest *m);
|
||||
int rhizome_remove_file_datainvalid(sqlite_retry_state *retry, const rhizome_filehash_t *hashp);
|
||||
int rhizome_store_file(rhizome_manifest *m,const unsigned char *key);
|
||||
|
@ -949,7 +949,7 @@ void _rhizome_manifest_free(struct __sourceloc __whence, rhizome_manifest *m)
|
||||
|
||||
/* Convert variable list into manifest text body and compute the hash. Do not sign.
|
||||
*/
|
||||
int rhizome_manifest_pack_variables(rhizome_manifest *m)
|
||||
static int rhizome_manifest_pack_variables(rhizome_manifest *m)
|
||||
{
|
||||
assert(m->var_count <= NELS(m->vars));
|
||||
strbuf sb = strbuf_local((char*)m->manifestdata, sizeof m->manifestdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user