18 lines
243 B
C
18 lines
243 B
C
|
|
// TODO implement SLEEP
|
||
|
|
#ifndef SLEEP_H
|
||
|
|
#define SLEEP_H
|
||
|
|
|
||
|
|
#include "key.h"
|
||
|
|
|
||
|
|
/*metadata.key
|
||
|
|
metadata.signatures
|
||
|
|
metadata.bitfield
|
||
|
|
metadata.tree
|
||
|
|
metadata.data
|
||
|
|
content.key
|
||
|
|
content.signatures
|
||
|
|
content.bitfield
|
||
|
|
content.tree*/
|
||
|
|
|
||
|
|
#endif /* NURSERY_H */
|